Skip to content

Commit

Permalink
Merge pull request #526 from railsgirls/ravicious/sinatra-webrick
Browse files Browse the repository at this point in the history
sinatra-app-tutorial: Install webrick
  • Loading branch information
tombruijn committed Jun 19, 2023
2 parents a765b43 + feda170 commit b74e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/sinatra-app-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Explain shortly what [Sinatra](https://sinatrarb.com) is.

Remember how we needed to install Ruby on Rails? Similarly we need to install Sinatra:

`gem install sinatra`
`gem install sinatra webrick`

### Create your first Sinatra app

Expand Down

0 comments on commit b74e8f4

Please sign in to comment.