We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b959c7 commit b717d38Copy full SHA for b717d38
api/ruby/building-your-first-github-app/README.md
@@ -4,9 +4,9 @@ It consists of two different servers: `server.rb` (boilerplate) and `advanced_se
4
5
## Install and run
6
7
-To run the code, make sure you have [Bundler](http://gembundler.com/) installed; then type `bundle install` on the command line.
+To run the code, make sure you have [Bundler](http://gembundler.com/) installed; then enter `bundle install` on the command line.
8
9
-* For the boilerplate project, type `ruby server.rb` on the command line.
+* For the boilerplate project, enter `ruby server.rb` on the command line.
10
11
* For the completed project, enter `ruby advanced_server.rb` on the command line.
12
0 commit comments