Skip to content

Commit

Permalink
Better naming for wysihtml5x JS files and updated version to latest one.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelj committed Dec 12, 2013
1 parent b5a6d40 commit 4d140bf
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 747 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Require it in your JS manifest's file `application.js`:
//= require wysihtml5x
```

or if you need pure wysihtml functionality without toolbar:
or if you need wysihtml with built-in toolbar:

```js
//= require wysihtml5x-wotools
//= require wysihtml5x-toolbar
```

Additionally include predefined `simple`, `advanced` or `advanced_unwrap` parsing rules in your `application.js`:
Expand Down
Loading

0 comments on commit 4d140bf

Please sign in to comment.