Skip to content

Commit f90bf12

Browse files
authored
Update README.md
1 parent 7dd0a4d commit f90bf12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
4. The `Capfile` file needs to be at the root of your project
1919
5. Inside the file `/config/deploy.rb`, update your application name and your repository url. **Use the SSH link as usual, not the HTTPS**
2020
6. Inside the file `/config/deploy/production.rb`, update the `app` name on line 11
21-
7. In `config/environments/development.rb` of your own application, add the following line
21+
7. **If on Rails 6 or higher**, in `config/environments/development.rb` of your own application, add the following line
2222
```ruby
2323
config.hosts << "<YOUR-DOMAIN-NAME>"
2424
```

0 commit comments

Comments
 (0)