chore: update readme

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-17 22:42:27 +03:00
parent e6960d5dc7
commit 512e194203
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -32,22 +32,17 @@ You can find the full example in the [examples](./examples/) folder.
## 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`
```json
{
"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
If you use the Node.js or in a browser as ES module, you may need to install it