Skip to content

Commit

Permalink
📝 fixed lesan url path in readme sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
hemedani committed Jul 17, 2023
1 parent 23e15bf commit 55e1fbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
OutRelation,
size,
string,
} from "/Users/syd/work/arc/lesan/mod.ts";
} from "https://deno.land/x/lesan@vx.x.x/mod.ts";

const coreApp = lesan();

Expand Down Expand Up @@ -154,6 +154,8 @@ coreApp.acts.setAct({
coreApp.runServer({ port: 8080, typeGeneration: false, playground: true });
```

> Please replace `x.x.x` in the import link with the latest version in [releases](https://github.com/MiaadTeam/lesan/releases)
Now run this command in the terminal:

```bash
Expand Down

0 comments on commit 55e1fbc

Please sign in to comment.