Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 7874141

Browse files
committed
fix npm package name
Change-Id: I05c057d35121e9ffceedc58e1d2c8dcede774812
1 parent 28fe339 commit 7874141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ However, this has a few tradeoffs- some features are not available and performan
1414
### Installation
1515

1616
```bash
17-
npm install --save closure-compiler-js
17+
npm install --save google-closure-compiler-js
1818
```
1919

2020
### Grunt/Gulp
@@ -28,7 +28,7 @@ The module provides `compile` as a low-level method to compile JavaScript.
2828
By default, this compiles ES6 to ES5 and includes the default set of ECMAScript externs files.
2929

3030
```js
31-
const compiler = require('closure-compiler-js').compiler;
31+
const compiler = require('google-closure-compiler-js').compiler;
3232

3333
const flags = {
3434
jsCode: [{source: 'const x = 1 + 2;'}],

0 commit comments

Comments
 (0)