Skip to content

Commit 4098dac

Browse files
committed
Update README.md
1 parent d8439dd commit 4098dac

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@ pace
33

44
An automatic web page progress bar.
55

6-
Include pace.js and a CSS theme of your choice to your page and you are done!
6+
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.14/pace.min.js) and a [theme](http://github.hubspot.com/pace/docs/welcome/) of your choice to your page and you are done!
77

88
Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress.
99

1010
If you use AMD or Browserify, require pace.js and call `pace.start()` as early in the loading process as is possible.
1111

12-
### Demo
12+
### [Demo](http://github.hubspot.com/pace/docs/welcome/)
1313

14-
You can see a [live demo here](http://github.hubspot.com/pace/docs/welcome/)
15-
16-
### Documentation
17-
18-
You can find [all relevant documentation here](http://github.hubspot.com/pace/)
14+
### [Documentation](http://github.hubspot.com/pace/)
1915

2016
### Example
2117

@@ -24,4 +20,4 @@ You can find [all relevant documentation here](http://github.hubspot.com/pace/)
2420
<script src="/pace/pace.js"></script>
2521
<link href="/pace/themes/pace-theme-barber-shop.css" rel="stylesheet" />
2622
</head>
27-
```
23+
```

0 commit comments

Comments
 (0)