Skip to content

Commit 1be615f

Browse files
author
Evan You
committed
npm install from github instead
1 parent 956ca10 commit 1be615f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Modern, lightweight JavaScript MVVM
2828

2929
**Browserify**
3030

31-
$ npm install seed-mvvm
31+
$ npm install yyx990803/seed
3232

3333
**Bower**
3434

@@ -40,7 +40,7 @@ Built versions in `/dist` or installed via Bower can be used directly as a Commo
4040

4141
**Standalone**
4242

43-
Simply include a built version in `/dist` or installed via Bower with a script tag. `seed` will be registered as a global variable. You can also use it directly over [Browserify CDN](http://wzrd.in) at [http://wzrd.in/standalone/seed-mvvm](http://wzrd.in/standalone/seed-mvvm)
43+
Simply include a built version in `/dist` or installed via Bower with a script tag. `seed` will be registered as a global variable.
4444

4545
## Development
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "seed-mvvm",
2+
"name": "seed",
33
"version": "0.4.2",
44
"author": {
55
"name": "Evan You",

0 commit comments

Comments
 (0)