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

Commit

Permalink
fix npm package name
Browse files Browse the repository at this point in the history
Change-Id: I05c057d35121e9ffceedc58e1d2c8dcede774812
  • Loading branch information
samthor committed Jul 15, 2016
1 parent 28fe339 commit 7874141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ However, this has a few tradeoffs- some features are not available and performan
### Installation

```bash
npm install --save closure-compiler-js
npm install --save google-closure-compiler-js
```

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

```js
const compiler = require('closure-compiler-js').compiler;
const compiler = require('google-closure-compiler-js').compiler;

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

0 comments on commit 7874141

Please sign in to comment.