Skip to content

Commit

Permalink
📝 Readme : image cdn and shorten unpkg link
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 4, 2017
1 parent 696503c commit 8eac8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img src="wretch.svg" alt="wretch-logo" width="220px"><br>
<img src="https://cdn.rawgit.com/elbywan/wretch/08831345/wretch.svg" alt="wretch-logo" width="220px"><br>
<br>
wretch<br>
<br>
Expand Down Expand Up @@ -180,7 +180,7 @@ wretch().polyfills({

```html
<!--- "wretch" will be attached to the global window object. -->
<script src="https://unpkg.com/wretch/dist/bundle/wretch.js"></script>
<script src="https://unpkg.com/wretch"></script>
```

```typescript
Expand Down

0 comments on commit 8eac8c9

Please sign in to comment.