diff --git a/README.md b/README.md index f1ec029311..90992ec0ad 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ See also the ## Using with Node.js Install the [official package](https://www.npmjs.com/package/google-closure-library) from npm. -``` +```bash npm install google-closure-library ``` Require the package and use goog.require normally. -``` +```js require("google-closure-library"); goog.require("goog.crypt.Sha1");