Skip to content

Commit

Permalink
updated READMD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlab committed Dec 29, 2013
1 parent e78e9ec commit 7613076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ $ ->
summer_note.summernote
# to set options
height:300
lang: 'ko-KR'
# toolbar: [
# ['insert', ['picture', 'link']], // no insert buttons
# ["table", ["table"]],
Expand All @@ -112,8 +113,8 @@ $ ->
# to get code for summernote
summer_note.closest('form').submit ->
# alert $('#post_content').code()[0]
summer_note.val summer_note.code()[0]
# alert $('#post_content').code()
summer_note.val summer_note.code()
true
```

Expand Down

0 comments on commit 7613076

Please sign in to comment.