Skip to content

Commit b717d38

Browse files
committed
Lil word change
1 parent 1b959c7 commit b717d38

File tree

1 file changed

+2
-2
lines changed
  • api/ruby/building-your-first-github-app

1 file changed

+2
-2
lines changed

api/ruby/building-your-first-github-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ It consists of two different servers: `server.rb` (boilerplate) and `advanced_se
44

55
## Install and run
66

7-
To run the code, make sure you have [Bundler](http://gembundler.com/) installed; then type `bundle install` on the command line.
7+
To run the code, make sure you have [Bundler](http://gembundler.com/) installed; then enter `bundle install` on the command line.
88

9-
* For the boilerplate project, type `ruby server.rb` on the command line.
9+
* For the boilerplate project, enter `ruby server.rb` on the command line.
1010

1111
* For the completed project, enter `ruby advanced_server.rb` on the command line.
1212

0 commit comments

Comments
 (0)