Skip to content

Commit

Permalink
Revert "docs(readme.md): updated Bleeding edge version"
Browse files Browse the repository at this point in the history
This reverts commit f6e302e.
  • Loading branch information
asif-ahmed-1990 committed May 6, 2020
1 parent 21d0030 commit b86671e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/components/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,4 @@ You can use [UNPKG](https://unpkg.com/) to query specific versions in your app.
<script src='node_modules/@freshworks/crayons/dist/crayons.js'></script>
```
in the head of your index.html
- Now you can use the element anywhere in your template, JSX, html etc.


### Bleeding edge version

For a bleeding edge version(highly unstable), you can use the `next` tag.
```bash
npm install @freshworks/crayons@next --save
```
or
```html
<script
type="module"
src="https://unpkg.com/@freshworks/crayons@next/dist/crayons/crayons.esm.js">
</script>
<script
nomodule
src="https://unpkg.com/@freshworks/crayons@next/dist/crayons/crayons.js">
</script>
```
- Now you can use the element anywhere in your template, JSX, html etc.

0 comments on commit b86671e

Please sign in to comment.