Skip to content

Commit

Permalink
Merge pull request rails#11 from TheEmpty/master
Browse files Browse the repository at this point in the history
Fixes Readme
  • Loading branch information
dhh committed May 26, 2011
2 parents e796b22 + 6d119ae commit 15439f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ The PJAX container has to be marked with data-pjax-container attribute, so for e
<%= content_tag :h3, 'My site' %>
<%= link_to 'About me', about_me_path %>
<!-- The following link will not be pjax'd -->
<%= link_to 'Google', 'http://google.com', :data-skip-pjax => true %>
<%= link_to 'Google', 'http://google.com', 'data-skip-pjax' => true %>
</div>
</body>

Expand Down

0 comments on commit 15439f3

Please sign in to comment.