Update readme

This commit is contained in:
ari 2023-01-02 09:55:33 +03:00
parent 0b7a76f525
commit 48600d980b
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805

View File

@ -4,7 +4,7 @@ This is a template for a Rails project.
## Instructions ## Instructions
1. create a new rails app with the template flag like below: 1. create a new rails app with the template flag like below:
``` ```
rails new --api your_app_name --template www.github.com/ditkrg/ruby-template/template.rb rails new --api your_app_name --template https://github.com/ditkrg/rails-template/blob/main/template.rb
``` ```