Skip to content

Commit 4912cf7

Browse files
committed
readme fix
1 parent 4b9c1b5 commit 4912cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ via Bower:
2727
via NPM:
2828
`$ npm install jquery-confirm`
2929

30-
##Basic Usage
30+
## Basic Usage
3131

3232
Showing a confirm box.
3333
```js
3434
$.confirm({
3535
title: 'What is up?',
3636
content: 'Here goes a little content',
37+
type: 'green',
3738
buttons: {
3839
ok: {
3940
text: "ok!",

0 commit comments

Comments
 (0)