Browse Source

Merge pull request #64 from jumpwah/dev

README: fix minor typo
pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
831a6ca873
  1. 2
      README.md

2
README.md

@ -90,7 +90,7 @@ By default remarkable is configured to be similar to GFM, but with disabled HTML
### Highlight fenced blocks
To highlight content of fenced block, assing function to `highlight` option:
To highlight content of fenced block, assign function to `highlight` option:
```js
var Remarkable = require('remarkable');

Loading…
Cancel
Save