Skip to content

Commit

Permalink
Fixing up one last link
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Jul 10, 2016
1 parent accb798 commit 28db2e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,9 @@ To use the module, first require it using:
The rest of the instructions are identical to the [Browser](#browser) section above.

## Compiling
This library makes use of the Google Closure Compiler
(https://developers.google.com/closure/compiler) to both boost performance
and reduce filesizes. To compile sha\_dev.js into a customized output file, use
a command like the following:
This library makes use of the [Google Closure Compiler](https://developers.google.com/closure/compiler)
to both boost performance and reduce filesizes. To compile sha\_dev.js into a customized output file,
use a command like the following:

java -jar compiler.jar --define="SUPPORTED_ALGS=<FLAG>" \
--externs /path/to/build/externs.js --warning_level VERBOSE \
Expand Down

0 comments on commit 28db2e6

Please sign in to comment.