Skip to content

Commit b2f35a4

Browse files
author
Robert Yokota
committed
Minor fixes to README
1 parent b4a3068 commit b2f35a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A [Yeoman](http://yeoman.io) generator for [AngularJS](http://angularjs.org) and
44

55
## Installation
66

7-
Install [Git](http://git-scm.com), [node.js](http://nodejs.org), and [Ruby](https://www.ruby-lang.org/). The development mode also requires [SQLite](http://www.sqlite.org).
7+
Install [Git](http://git-scm.com) and [node.js](http://nodejs.org). The development mode also requires [SQLite](http://www.sqlite.org).
88

99
Install Yeoman:
1010

@@ -22,9 +22,9 @@ In a new directory, generate the service:
2222

2323
Run the service:
2424

25-
rackup
25+
node app.js
2626

27-
Your service will run at [http://localhost:9292](http://localhost:9292).
27+
Your service will run at [http://localhost:3000](http://localhost:3000).
2828

2929

3030
## Creating a persistent entity
@@ -45,7 +45,7 @@ You will be asked to specify attributes for the entity, where each attribute has
4545

4646
Run the service:
4747

48-
rackup
48+
node app.js
4949

5050
A client-side AngularJS application will now be available by running
5151

0 commit comments

Comments
 (0)