From a89291a3967abb5c849547ff9d3b892b08a11725 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Sun, 26 May 2019 17:43:57 +0200 Subject: [PATCH] Remove multiple top level headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 216ee31..2db4248 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Ruby on Rails application serving as backend for turnie.re -# Installation +## Installation ```bash # install dependencies $ bundle install @@ -11,13 +11,13 @@ $ bundle install $ rails db:migrate ``` -# Running +## Running Development (without mail confirmation and separate database): ```bash $ RAILS_ENV=development rails server ``` -# Generate diagrams +## Generate diagrams ```bash $ rails diagram:all_with_engines ```