Skip to content

Commit 681e668

Browse files
committed
Rename repo and npm registry
1 parent 69d0893 commit 681e668

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Yeoman Generator for jQuery Plugins [![Build Status](https://secure.travis-ci.org/jquery-boilerplate/yeoman-generator.png?branch=master)](https://travis-ci.org/jquery-boilerplate/yeoman-generator)
1+
# Yeoman Generator for jQuery Boilerplate [![Build Status](https://secure.travis-ci.org/jquery-boilerplate/generator.png?branch=master)](https://travis-ci.org/jquery-boilerplate/generator)
22

33
> A Yeoman generator that provides a functional boilerplate to easily create jQuery plugins out of the box.
44
5-
Maintainer: [Zeno Rocha](https://github.com/zenorocha)
6-
75
## Usage
86

97
1. Install [Yeoman](https://github.com/yeoman/yo): `[sudo] npm install -g yo`
10-
2. Install the generator: `[sudo] npm install -g yeoman-jquery`
11-
3. Run: `yo jquery`
8+
2. Install this generator: `[sudo] npm install -g generator-jquery-boilerplate`
9+
3. Run: `yo jquery-boilerplate`
1210
4. Start writing your jQuery plugin :)
1311

1412
## Wanna know more?
@@ -18,11 +16,11 @@ Check [jQuery Boilerplate's](http://github.com/jquery-boilerplate/boilerplate) r
1816
## History
1917

2018
* v0.1.0 May 10, 2013
21-
* Added continous integration using [Travis](https://travis-ci.org/)
19+
* Added continous integration using [Travis](https://travis-ci.org/jquery-boilerplate/generator/)
2220
* Added tests using [Mocha](http://visionmedia.github.io/mocha/)
23-
* Published package on [NPM](https://npmjs.org/package/generator-jquery)
21+
* Published package on [NPM](https://npmjs.org/package/generator-jquery-boilerplate)
2422
* Cloned Addy's [Generator Boilerplate](https://github.com/addyosmani/generator-boilerplate)
2523

2624
## License
2725

28-
[MIT License](http://zenorocha.mit-license.org/) ©
26+
[MIT License](http://zenorocha.mit-license.org/)

0 commit comments

Comments
 (0)