Skip to content

Commit 9c1b247

Browse files
authored
Update README.md
Addresses #23
1 parent 57fce00 commit 9c1b247

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ Oxpecker project is planned to be moved to `fsprojects` organization once it rea
3434
- IResult support
3535
- Many useful **HttpContext** extensions
3636

37-
## Examples:
37+
## Get started:
3838
- [Empty template](https://github.com/Lanayx/Oxpecker/blob/develop/examples/Empty)
39+
40+
## Examples:
3941
- [Dump of different features all in one place](https://github.com/Lanayx/Oxpecker/blob/develop/examples/Basic)
4042
- [Full CRUD example with functional DI](https://github.com/Lanayx/Oxpecker/blob/develop/examples/CRUD)
4143
- [HTMX sample application](https://github.com/Lanayx/Oxpecker/tree/develop/examples/ContactApp)
4244
- [Oxpecker version of the traditional ASP.NET WeatherApp](https://github.com/Lanayx/Oxpecker/tree/develop/examples/WeatherApp)
45+
- [SPA application (TODO list) without backend](https://github.com/Lanayx/Oxpecker/tree/develop/examples/TodoList)
4346

4447
## Documentation links:
4548

@@ -53,4 +56,4 @@ Oxpecker project is planned to be moved to `fsprojects` organization once it rea
5356

5457
**develop** is a development branch, projects are linked with each other using project references. Use this branch to send PRs.
5558

56-
**main** is a production branch, projects are linked with each other using nuget packages. Packages are published from this branch.
59+
**main** is a production branch, projects and examples are linked with each other using nuget (or npm) packages. Packages are published from this branch.

0 commit comments

Comments
 (0)