Skip to content

Commit

Permalink
Update readme with jsdelivr cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jun 11, 2016
1 parent 434e67f commit 9f81a02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.in
Expand Up @@ -77,6 +77,13 @@ You can also grab the files from CDN:
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/{{VER}}/css/jquery.terminal.min.css" rel="stylesheet"/>
```

or

```html
<script src="https://cdn.jsdelivr.net/jquery.terminal/{{VER}}/jquery.terminal.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.terminal/{{VER}}/jquery.terminal.min.css">
```

And you're good to go.

### Example of usage (javascript interpreter)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -77,6 +77,13 @@ You can also grab the files from CDN:
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/0.10.11/css/jquery.terminal.min.css" rel="stylesheet"/>
```

or

```html
<script src="https://cdn.jsdelivr.net/jquery.terminal/0.10.11/jquery.terminal.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.terminal/0.10.11/jquery.terminal.min.css">
```

And you're good to go.

### Example of usage (javascript interpreter)
Expand Down

0 comments on commit 9f81a02

Please sign in to comment.