Skip to content

Commit 9db3394

Browse files
committed
Made the ajaxify script link more prominent
1 parent e667014 commit 9db3394

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ This project is the successor of [jQuery History](http://balupton.com/projects/j
1515

1616
## Usage
1717

18-
### Working with History.js:
18+
### Instant
19+
20+
To ajaxify your entire website with the HTML5 History API, History.js and jQuery the [Ajaxify Script](https://github.com/browserstate/ajaxify) is all you need. It's that easy.
21+
22+
23+
### Working with History.js directly
1924

2025
``` javascript
2126
(function(window,undefined){
@@ -47,7 +52,6 @@ This project is the successor of [jQuery History](http://balupton.com/projects/j
4752
})(window);
4853
```
4954

50-
To ajaxify your entire website with the HTML5 History API, History.js and jQuery [this snippet of code](https://gist.github.com/854622) is all you need. It's that easy.
5155

5256
### How would the above operations look in a HTML5 Browser?
5357

0 commit comments

Comments
 (0)