Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Oct 9, 2023
1 parent ff5cb99 commit e61effc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ Type mismatch parameter: `name`. Got `undefined`, expected `string`
```

## Real-World Examples
- **Tim Engine**, a template engine written in Nim. [Here is the code for building Tim to Node/Bun via NAPI](https://github.com/openpeeps/tim/blob/main/src/tim.nim#L8-L133),
- **Bro**, a better stylesheet language, alternative to SassC, DartSass... [Here is the code](https://github.com/openpeeps/bro/blob/main/src/bro.nim#L6)
- Add yours!
- **Tim Engine** — A template engine. [GitHub](https://github.com/openpeeps/tim)
- **Bro** — A fast stylesheet language, alternative to SassC, DartSass. [GitHub](https://github.com/openpeeps/bro)
- **HappyX** — Macro-oriented asynchronous web-framework written in Nim. [GitHub](https://github.com/HapticX/happyx)

### Todo
- Option to link external C Headers/libraries
Expand Down

0 comments on commit e61effc

Please sign in to comment.