Skip to content

Commit

Permalink
Fix unclosed script tag in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mendezcode committed Aug 25, 2012
1 parent 7329667 commit 022054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ Just include `kiwi.min.js`, and you're good to go!
Kiwi is also available as a CDN-hosted version, for free, courtesy of CDNJS / CloudFlare.

```html
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/kiwi/0.2.1/kiwi.min.js"><script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/kiwi/0.2.1/kiwi.min.js"></script>
```

### Client-side dependencies
Expand Down

0 comments on commit 022054e

Please sign in to comment.