Skip to content

Commit

Permalink
Fix the style
Browse files Browse the repository at this point in the history
  • Loading branch information
urimaro committed Jul 17, 2023
1 parent 6dbf74d commit f9d8382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _pages/sinatra-app-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ 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 webrick`
{% highlight sh %}
gem install sinatra webrick
{% endhighlight%}

### Create your first Sinatra app

Expand Down

0 comments on commit f9d8382

Please sign in to comment.