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

Commit f2c8cd9

Browse files
committed
doc: update readme
1 parent 6f5cdc8 commit f2c8cd9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function Home() {
3030
```
3131

3232
### Features
33+
3334
- Zero Config
3435
- Typescript in Deno
3536
- ES Module Ready
@@ -42,11 +43,13 @@ export default function Home() {
4243
- SSR/SSG
4344

4445
### Installation
46+
4547
```bash
46-
deno install -A -f -n aleph https://deno.land/x/[email protected].27/cli.ts
48+
deno install -A -f -n aleph https://deno.land/x/[email protected].28/cli.ts
4749
```
4850

4951
### Usage
52+
5053
```bash
5154
# create a new app
5255
aleph init hello
@@ -66,7 +69,9 @@ aleph -h
6669
```
6770

6871
### Documentation
72+
6973
Please visit https://alephjs.org/docs to view the documentation.
7074

7175
### Contributing
76+
7277
Please read the [contributing.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)