Skip to content

Commit

Permalink
Updated readme for 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Nov 14, 2020
1 parent b9db584 commit 9180b04
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 4 deletions.
Binary file modified .github/assets/features-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/features-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/features-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/features-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/features-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/features-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/features-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/features-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<a href="https://underground.works/clockwork">
<img width="100%" src="https://github.com/underground-works/clockwork-browser/raw/master/.github/assets/features-6.png">
</a>
<a href="https://underground.works/clockwork">
<img width="100%" src="https://github.com/underground-works/clockwork-browser/raw/master/.github/assets/features-7.png">
</a>
<a href="https://underground.works/clockwork">
<img width="100%" src="https://github.com/underground-works/clockwork-browser/raw/master/.github/assets/features-8.png">
</a>
</p>

### Installation
Expand All @@ -54,11 +60,11 @@ import 'clockwork-browser/toolbar'
You can also load the client-side scripts form a cdn:

```html
<script src="https://cdn.jsdelivr.net/gh/underground-works/clockwork-browser@0/dist/metrics.js"></script>
<script src="https://cdn.jsdelivr.net/gh/underground-works/clockwork-browser@0/dist/toolbar.js"></script>
<script src="https://cdn.jsdelivr.net/gh/underground-works/clockwork-browser@1/dist/metrics.js"></script>
<script src="https://cdn.jsdelivr.net/gh/underground-works/clockwork-browser@1/dist/toolbar.js"></script>
```

The cdn builds are transpiled to support all browsers with more than 1% market share. The cdn bundle sizes are *7.11K for metrics.js* and *24.2K for toolbar.js*.
The cdn builds are transpiled to support all browsers with more than 1% market share. The cdn bundle sizes are *6.14K for metrics.js* and *23.8K for toolbar.js*.

Read the full installation guide on the [Clockwork website](https://underground.works/clockwork).

Expand Down
2 changes: 1 addition & 1 deletion dist/toolbar.js

Large diffs are not rendered by default.

0 comments on commit 9180b04

Please sign in to comment.