Skip to content

Commit

Permalink
use syntax highlighting in README.md
Browse files Browse the repository at this point in the history
RELNOTES: n/a

Closes #899 from theel0ja/closure-library:patch-1

ORIGINAL_AUTHOR=Elias Ojala <ojala.s.elias@gmail.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=198593225
  • Loading branch information
theel0ja authored and John Plaisted committed Jun 4, 2018
1 parent 9e963e2 commit 170cb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,13 +20,13 @@ See also the
## Using with Node.js ## Using with Node.js
Install the [official package](https://www.npmjs.com/package/google-closure-library) from npm. Install the [official package](https://www.npmjs.com/package/google-closure-library) from npm.


``` ```bash
npm install google-closure-library npm install google-closure-library
``` ```


Require the package and use goog.require normally. Require the package and use goog.require normally.


``` ```js
require("google-closure-library"); require("google-closure-library");


goog.require("goog.crypt.Sha1"); goog.require("goog.crypt.Sha1");
Expand Down

0 comments on commit 170cb7a

Please sign in to comment.