fix single tick to `

bug/bundler_fix
h00die 2017-04-10 19:50:59 -04:00
parent 7724797c73
commit 136030313d
1 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,9 @@ cd taco
vim config/environments/development.rb
```
Add the following line just before the final `end' tag:
```config.web_console.whitelisted_ips = %w(0.0.0.0/0)```
Add the following line just before the final `end` tag:
```config.web_console.whitelisted_ips = %w(0.0.0.0/0)```
```
bundle