Skip to content

Commit 76a3e88

Browse files
committed
Merged release/0.0.2 into master
2 parents 7205e34 + 7d4b2fd commit 76a3e88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ npm install -g yo
5252
#### Install `generator-webpack-angular`:
5353

5454
```sh
55-
$ npm install @groupe-sii/generator-webpack-angular
55+
$ npm install generator-webpack-angular
5656
```
5757

5858
### Run
@@ -63,10 +63,10 @@ $ npm install @groupe-sii/generator-webpack-angular
6363
$ mkdir my-new-project && cd my-new-project
6464
```
6565

66-
#### Run `yo @groupe-sii/webpack-angular`, and select desired technologies:
66+
#### Run `yo webpack-angular`, and select desired technologies:
6767

6868
```sh
69-
$ yo @groupe-sii/webpack-angular
69+
$ yo webpack-angular
7070
```
7171

7272
#### Use NPM scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@groupe-sii/generator-webpack-angular",
2+
"name": "generator-webpack-angular",
33
"version": "0.0.1",
44
"description": "Yeoman generator for creating AngularJS apps with Webpack",
55
"keywords": [

0 commit comments

Comments
 (0)