aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/app
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2017-05-22 09:57:00 +0200
committerGitHub <noreply@github.com>2017-05-22 09:57:00 +0200
commitb0a258fa217551504a4e3399faf4a5fb868f2ea9 (patch)
tree81126541d0802c5aca805339097cc404abb85e74 /actionview/app
parentd414881a342d849d65810a037c0b1baff8538e41 (diff)
downloadrails-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')
-rw-r--r--actionview/app/assets/javascripts/README.md2
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).