Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit a4ba64c

Browse files
committed
Update readme
1 parent e1e1ccc commit a4ba64c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Some demo apps deployed to [Deno Deploy](https://deno.com/deploy) with the new a
2222
Initialize a new project, you can pick a start template with `--template` flag, available templates: `[react, vue]`
2323

2424
```bash
25-
deno run -A https://deno.land/x/[email protected]/cli.ts init
25+
deno run -A https://deno.land/x/[email protected]/cli.ts init --template react
2626
```
2727

28-
after init, you can run the app with deno tasks
28+
after `init`, you can run the app with deno tasks:
2929

3030
```bash
3131
# go to the app root created by the `init`
@@ -41,5 +41,6 @@ deno task start
4141
deno task build
4242
```
4343

44-
The new docs site is working in progress: https://aleph.deno.dev ([PR](https://github.com/alephjs/alephjs.org/pull/58)).
45-
You can join the Aleph.js [Discord](https://discord.com/invite/pWGdS7sAqD) to get the dev progress.
44+
> The new docs site is working in progress: https://aleph.deno.dev
45+
> ([PR](https://github.com/alephjs/alephjs.org/pull/58)). You can join the Aleph.js
46+
> [Discord](https://discord.com/invite/pWGdS7sAqD) to get helps.

0 commit comments

Comments
 (0)