Skip to content

Commit

Permalink
📝 Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
NHibiki committed Feb 12, 2019
1 parent c00bf2c commit 483c718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# p5.gif

[![NHibiki](https://img.shields.io/badge/Download-Stable-39c000.svg?style=flat-square)](https://github.com/WenheLI/p5.gif/releases/download/v1.0/p5gif.min.js)
[![NHibiki](https://img.shields.io/badge/Download-Nightly-edb900.svg?style=flat-square)](https://github.com/WenheLI/p5.gif/releases/download/v1.0/p5gif.min.js)
[![NHibiki](https://img.shields.io/badge/Download-Stable-39c000.svg?style=flat-square)](https://unpkg.com/p5.gif@1.0.1/dist/p5gif.min.js)
[![NHibiki](https://img.shields.io/badge/Download-Nightly-edb900.svg?style=flat-square)](https://unpkg.com/p5.gif/dist/p5gif.min.js)
[![Docs](https://img.shields.io/badge/Read-Docs-4da1ff.svg?style=flat-square)](https://github.com/WenheLI/p5.gif/wiki)
[![CircleCI - Prod](https://circleci.com/gh/WenheLI/p5.gif/tree/master.svg?style=svg)](https://circleci.com/gh/WenheLI/p5.gif/tree/master)

Expand All @@ -16,7 +16,7 @@ p5gif is a library to process GIF on top of p5.js. It can help artists easily ha

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://p5gif.s3.yuu.uno/stable/p5gif.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/p5gif.min.js"></script>
```

### Build From Source
Expand Down

0 comments on commit 483c718

Please sign in to comment.