We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f635 commit 7a37e88Copy full SHA for 7a37e88
README.md
@@ -58,7 +58,7 @@ We do this by telling pjax to listen on `a` tags and use `#pjax-container` as th
58
$(document).pjax('a', '#pjax-container')
59
```
60
61
-Now when someone in a pjax-compatible browser clicks "next page" the content of `#pjax-container` will be replaced with the body of `/pjax/2`.
+Now when someone in a pjax-compatible browser clicks "next page" the content of `#pjax-container` will be replaced with the body of `/page/2`.
62
63
Magic! Almost. You still need to configure you server to look for pjax requests then send back pjax-specific content.
64
0 commit comments