From 48600d980b42b3e06c1249660a8b506553443495 Mon Sep 17 00:00:00 2001 From: ari Date: Mon, 2 Jan 2023 09:55:33 +0300 Subject: [PATCH] Update readme --- rspec/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rspec/README.md b/rspec/README.md index 3124fd9..c8f81e4 100644 --- a/rspec/README.md +++ b/rspec/README.md @@ -4,7 +4,7 @@ This is a template for a Rails project. ## Instructions 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 ``` @@ -19,10 +19,10 @@ This template by default will create a new rails app with the following: * if you want to skip any of the above, you can pass the following arguments: ``` -- postgres: --skip-postgres -- rspec: --skip-rspec -- gemset: --skip-gemset -- dotenv: --skip-dotenv -- docker: --skip-docker -- docker-compose: --skip-docker-compose +- postgres: --skip-postgres +- rspec: --skip-rspec +- gemset: --skip-gemset +- dotenv: --skip-dotenv +- docker: --skip-docker +- docker-compose: --skip-docker-compose ```