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.
2 parents 5c0e462 + 7a37e88 commit 0d7e75eCopy full SHA for 0d7e75e
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