Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kmecnin/fiddlestick
Browse files Browse the repository at this point in the history
  • Loading branch information
KmeCnin committed Apr 12, 2017
2 parents d46a59e + 8e19360 commit de640fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
## Installation

### Fast
Load **Fiddlestick** from your HTML using CDN:
Load **Fiddlestick** from your HTML using RawGit CDN:
```html
<script src="https://cdn.rawgit.com/KmeCnin/fiddlestick/63d9f04b/fiddlestick.js"></script>
<script src="https://cdn.rawgit.com/KmeCnin/fiddlestick/441e952a/fiddlestick.js"></script>
```

### Clean
Expand Down Expand Up @@ -57,3 +57,6 @@ p {
```

## Working examples
### Simple fiddlestick example
You can use a very simple fiddlestick with raw textarea using `fiddlestick.js`.
[Live example](https://kmecnin.github.io/fiddlestick/example/simple)
2 changes: 1 addition & 1 deletion example/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ <h2>You can try to edit this code and see what happens.</h2>

<script src="../fiddlestick.js"></script>
</body>
</html>
</html>

0 comments on commit de640fe

Please sign in to comment.