Skip to content

Commit a91feec

Browse files
committed
fix readme
1 parent 770c1ca commit a91feec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ interpretation of the text. No machine learning involved.
1111

1212
## Starting development server
1313

14-
After obtaining a local copy, You'll need [Deno](https://deno.com/) for this
15-
project. Then you'll need to install the dependencies before running any
16-
command: `deno install`.
14+
After using `git clone`, you'll need [Deno](https://deno.com/) for this project.
15+
Then you'll need to install the dependencies before running any command:
16+
`deno install`.
1717

18-
After this, you can start away by running `deno task start` then follow the link
19-
provide by the stdout to open a local copy of ilo Token. This server will
20-
auto-reload the webpage whenever there are changes to the code.
18+
After this, you can start away by running `deno task start` then open the link
19+
provided by the stdout to open a local copy of ilo Token. The server will
20+
auto-reload the webpage whenever there are changes on the code.
2121

2222
Run `deno task` to see more useful command lines.

0 commit comments

Comments
 (0)