Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Skhmt authored May 9, 2018
1 parent 5803921 commit e72d89a
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
Expand Up @@ -23,7 +23,7 @@ Put this in your html (head or body) if you host the file yourself:
```
alternatively, if you want to use it from a CDN:
```html
<script src="https://cdn.rawgit.com/Skhmt/ttlog/1c45acfc/dist/ttlog.min.js" integrity="sha384-6nnP4ihGtHRWG+5gRLMmuhdrXaeB3gp3u/AYtIBg5omethw9PFen53Ou1Kz1nIuE" crossorigin="anonymous"></script>
<script src="https://cdn.rawgit.com/Skhmt/ttlog/58039217/dist/ttlog.min.js" integrity="sha384-cRYb13kHGM4ZBz3rTUZcdM3cI2wMGQSFiaBY0AR5WCzlZX6XSb49fgHnTgbzqtQ9" crossorigin="anonymous"></script>
```
Use it like this in a `.js` or `<script>` tag:
```js
Expand Down Expand Up @@ -63,4 +63,4 @@ log`hello {white.bgBlack darkness} {underline my} {green old} {underline.blue.bg
- [ANSI escape colors](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors): For terminal/cmd
- [Tagged templates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_templates): ES2015
- [Chalk](https://github.com/chalk/chalk): What inspired this
- [Generate SRI hash code](https://www.srihash.org/): Yay security
- [Generate SRI hash code](https://www.srihash.org/): Yay security

0 comments on commit e72d89a

Please sign in to comment.