Skip to content

Commit

Permalink
Minor corrections to README
Browse files Browse the repository at this point in the history
  • Loading branch information
anowak committed Jul 31, 2014
1 parent 8795a4c commit ad50321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Altchunks were not supported by Microsoft Word for Mac 2008 and are not supporte
Compatibility
-------------

This library should work on any modern browser that supports `Blob`s (either natively or via
This library should work on any modern browser that supports `Blobs` (either natively or via
[Blob.js](https://github.com/eligrey/Blob.js/)). It was tested on Google Chrome 36, Safari 7 and
Internet Explorer 10.

Expand All @@ -22,7 +22,7 @@ Usage and demo
--------------

Simple demo is available as `test/sample.html` in the repository and
[online](http://evidenceprime.github.io/html-docx-js/sample.html).
[online](http://evidenceprime.github.io/html-docx-js/test/sample.html).

`html-docx-js` is distributed as 'standalone' Browserify module (UMD). You can `require` it as
`html-docx`. If no module loader is available, it will register itself as `window.htmlDocx`.
Expand Down

0 comments on commit ad50321

Please sign in to comment.