Update readme

This commit is contained in:
ari 2023-01-02 09:59:40 +03:00
parent 44f7d60800
commit 4a1b695a20
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805

View File

@ -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