docs: another minor formatting tweak

This commit is contained in:
Pat Cavit 2017-02-17 13:30:33 -08:00 committed by GitHub
parent 76a816be86
commit a578ffafdf

View file

@ -34,6 +34,8 @@ To run the test, use the command `npm test`. Ospec considers any Javascript file
npm test
```
---
### Running mithril in a non-browser environment
Mithril has a few dependencies on globals that exist in all its supported browser environments but are missing in all non-browser environments. To work around this you can use the browser mocks that ship with the mithril npm package.