chore: update readme
This commit is contained in:
parent
e6960d5dc7
commit
512e194203
1 changed files with 2 additions and 7 deletions
|
@ -32,22 +32,17 @@ You can find the full example in the [examples](./examples/) folder.
|
||||||
|
|
||||||
## Deno
|
## Deno
|
||||||
|
|
||||||
if you use the [Deno](https://deno.land), just add following to your
|
if you use the [Deno](https://deno.land), just add the following to your
|
||||||
`import_map.json`
|
`import_map.json`
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"it-fsm": "https://git.pleshevski.ru/pleshevskiy/it-fsm/src/commit/e3796c92639e3483a2a2a01a89912561561e796f/fsm.ts"
|
"it-fsm": "https://git.pleshevski.ru/pleshevskiy/it-fsm/raw/tag/v2.0.3/fsm.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
or you can use branch instead
|
|
||||||
`https://git.pleshevski.ru/pleshevskiy/paren/raw/branch/main/`
|
|
||||||
|
|
||||||
> **Note**: I recommend to use a specific commit instead of branch
|
|
||||||
|
|
||||||
## Node.js
|
## Node.js
|
||||||
|
|
||||||
If you use the Node.js or in a browser as ES module, you may need to install it
|
If you use the Node.js or in a browser as ES module, you may need to install it
|
||||||
|
|
Loading…
Reference in a new issue