From 512e194203b6cbd1ed5dc83606d55e05d9b43cfc Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 17 Nov 2022 22:42:27 +0300 Subject: [PATCH] chore: update readme --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b58c842..a31d666 100644 --- a/README.md +++ b/README.md @@ -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