diff options
author | Josef Šimánek <josef.simanek@gmail.com> | 2017-05-22 09:57:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 09:57:00 +0200 |
commit | b0a258fa217551504a4e3399faf4a5fb868f2ea9 (patch) | |
tree | 81126541d0802c5aca805339097cc404abb85e74 /actionview/app/assets | |
parent | d414881a342d849d65810a037c0b1baff8538e41 (diff) | |
download | rails-b0a258fa217551504a4e3399faf4a5fb868f2ea9.tar.gz rails-b0a258fa217551504a4e3399faf4a5fb868f2ea9.tar.bz2 rails-b0a258fa217551504a4e3399faf4a5fb868f2ea9.zip |
Update test link in ActionView javascripts README.md.
[ci skip]
Diffstat (limited to 'actionview/app/assets')
-rw-r--r-- | actionview/app/assets/javascripts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index 92f3e8a3b3..399ebc7324 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -39,7 +39,7 @@ Require `rails-ujs` into your application.js manifest. How to run tests ------------ -Run `bundle exec rake ujs:server` first, and then run the web tests by visiting [[http://localhost:4567]] in your browser. +Run `bundle exec rake ujs:server` first, and then run the web tests by visiting http://localhost:4567 in your browser. ## License rails-ujs is released under the [MIT License](MIT-LICENSE). |