From 4a1b695a201d03f3964cbea362a531a3eca1cd2d Mon Sep 17 00:00:00 2001 From: ari Date: Mon, 2 Jan 2023 09:59:40 +0300 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8f81e4..daa045a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## DIT RUBY TEMPLATE -This is a template for a Rails project. +## DIT RAILS TEMPLATE +This is a template for a Rails project with some default and predefined gems and configurations. ## Instructions -1. create a new rails app with the template flag like below: +* create a new rails app with the template flag like below: ``` rails new --api your_app_name --template https://github.com/ditkrg/rails-template/blob/main/template.rb