Skip to content

Commit

Permalink
Merge pull request github#98 from SuriyaaKudoIsc/patch-3
Browse files Browse the repository at this point in the history
Rack requires `bundle exec` command
  • Loading branch information
gjtorikian authored Jun 24, 2016
2 parents 2d811ea + e67dcd9 commit 0cc33d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ruby/rendering-data-as-graphs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ guide on developer.github.com.
To run these projects, make sure you have [Bundler][bundler] installed; then type
`bundle install` on the command line.

Then, enter `rackup -p 4567` on the command line.
Then, enter `bundle exec rackup -p 4567` on the command line.

[rendering data]: http://developer.github.com/guides/rendering-data-as-graphs/
[bundler]: http://gembundler.com/

0 comments on commit 0cc33d5

Please sign in to comment.