diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2017-05-22 13:31:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 13:31:29 +0530 |
commit | 673dacc937f20227fbdece55b36c63241df5bf83 (patch) | |
tree | 81126541d0802c5aca805339097cc404abb85e74 /actionview/app | |
parent | d414881a342d849d65810a037c0b1baff8538e41 (diff) | |
parent | b0a258fa217551504a4e3399faf4a5fb868f2ea9 (diff) | |
download | rails-673dacc937f20227fbdece55b36c63241df5bf83.tar.gz rails-673dacc937f20227fbdece55b36c63241df5bf83.tar.bz2 rails-673dacc937f20227fbdece55b36c63241df5bf83.zip |
Merge pull request #29178 from simi/patch-1
Update test link in ActionView javascripts README.md.
Diffstat (limited to 'actionview/app')
-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). |