From 170cb7ab1af38d45cc4a54c2412443e6a4c6baa3 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Wed, 30 May 2018 11:36:20 -0700 Subject: [PATCH] use syntax highlighting in README.md RELNOTES: n/a Closes #899 from theel0ja/closure-library:patch-1 ORIGINAL_AUTHOR=Elias Ojala ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198593225 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");