Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clocklear committed Mar 19, 2015
1 parent f05d703 commit 1082a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ and later add it to your HTML:

### First steps

Acho exports itself according to UMD best practices, which means that no matter where you are using the library, you get a version tailored for your environment. If you're using a module loader, simple require the library as you would any other module. If you're using a browser, the library falls back to attaching itself to window as the global `Acho`.
Acho exports itself according to UMD best practices, which means that no matter where you are using the library, you get a version tailored for your environment. If you're using a module loader (or Node), simple require the library as you would any other module. If you're using a browser, the library falls back to attaching itself to window as the global `Acho`.

To use Acho, just create a new logger instance:

Expand Down

0 comments on commit 1082a73

Please sign in to comment.