diff options
Diffstat (limited to 'actionpack/README')
-rwxr-xr-x | actionpack/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/README b/actionpack/README index 2c59f9df8f..df2890ffb1 100755 --- a/actionpack/README +++ b/actionpack/README @@ -168,13 +168,13 @@ A short rundown of the major features: {Learn more}[link:classes/ActionController/Base.html] -* Javascript and Ajax integration. +* JavaScript and Ajax integration. link_to_function "Greeting", "alert('Hello world!')" link_to_remote "Delete this post", :update => "posts", :url => { :action => "destroy", :id => post.id } - {Learn more}[link:classes/ActionView/Helpers/JavascriptHelper.html] + {Learn more}[link:classes/ActionView/Helpers/JavaScriptHelper.html] * Pagination for navigating lists of results. |