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

Commit f9d0632

Browse files
author
Je
committed
doc: update readme
1 parent 33d2a7c commit f9d0632

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
</div>
99

1010
# Aleph.js
11-
The React Framework in [Deno](https://deno.land), inspired by [next.js](https://nextjs.org) and [snowpack](https://www.snowpack.dev).
11+
The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://nextjs.org).
12+
13+
[Website](https://alephjs.org)[Docs](https://alephjs.org/docs)[ESM](https://esm.sh)[The Aleph (by Jorge Luis Borges)](http://www.phinnweb.org/links/literature/borges/aleph.html)
1214

1315
## Features
1416
- Zero Config
@@ -29,13 +31,13 @@ deno install --allow-read --allow-write --allow-net -f -n aleph https://deno.lan
2931
$ aleph init hello
3032
$ cd hello
3133

32-
# start app in development mode
34+
# start the app in development mode
3335
$ aleph
3436

35-
# start app in production mode
37+
# start the app in production mode
3638
$ aleph start
3739

38-
# build app
40+
# build the app
3941
$ aleph build
4042

4143
# help message

0 commit comments

Comments
 (0)