Skip to content

Commit fb87d5f

Browse files
committed
Reference master branch
1 parent b946c2f commit fb87d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get a minimal rails app ready to be deployed on Heroku with Bootstrap, Simple fo
1212
```bash
1313
rails new \
1414
-d postgresql \
15-
-m https://raw.githubusercontent.com/lewagon/rails-templates/import-maps/minimal.rb \
15+
-m https://raw.githubusercontent.com/lewagon/rails-templates/master/minimal.rb \
1616
CHANGE_THIS_TO_YOUR_RAILS_APP_NAME
1717
```
1818

@@ -23,6 +23,6 @@ Same as minimal **plus** a Devise install with a generated `User` model.
2323
```bash
2424
rails new \
2525
-d postgresql \
26-
-m https://raw.githubusercontent.com/lewagon/rails-templates/import-maps/devise.rb \
26+
-m https://raw.githubusercontent.com/lewagon/rails-templates/master/devise.rb \
2727
CHANGE_THIS_TO_YOUR_RAILS_APP_NAME
2828
```

0 commit comments

Comments
 (0)