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

Commit 0acdfd0

Browse files
author
Je
committed
doc: update readme
1 parent ffef5a7 commit 0acdfd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
1515

1616
![Aleph.js in Deno](https://github.com/postui/aleph.js/workflows/Aleph.js%20in%20Deno/badge.svg)
1717

18-
## Features
18+
### Features
1919
- Zero Config
2020
- Typescript in Deno
2121
- ES Module Ready
@@ -25,12 +25,12 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
2525
- Built-in CSS(Less) Support
2626
- SSR/SSG
2727

28-
## Installation
28+
### Installation
2929
```bash
3030
deno install -A -f -n aleph https://deno.land/x/aleph/cli.ts
3131
```
3232

33-
## Usage
33+
### Usage
3434
```bash
3535
# create a new app
3636
$ aleph init hello
@@ -49,8 +49,8 @@ $ aleph build
4949
$ aleph -h
5050
```
5151

52-
## Documentation
52+
### Documentation
5353
Please visit https://alephjs.org/docs to view the documentation.
5454

55-
## Contributing
55+
### Contributing
5656
Please read the [contributing.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)