File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ The following projects focus on one particular concept at a time. The examples a
34
34
1 . [ Health checks] ( health-checks/README.md ) - Demonstrates how to use health checks.
35
35
1 . [ Middleware] ( middleware/README.md ) - Demonstrates how to use middleware.
36
36
1 . [ Cors] ( cors/README.md ) - Demonstrates how to enable cors.
37
- 1 . [ Construction ] ( construction /README.md) - Demonstrates how to use a set up and tear down scripts .
37
+ 1 . [ Resources ] ( resources /README.md) - Demonstrates how to use resources .
Original file line number Diff line number Diff line change 1
1
2
- # Jitar | Construction example
2
+ # Jitar | Resources example
3
3
4
- This example demonstrates how to construct and deconstruct a Jitar application.
4
+ This example demonstrates how to use resources in a Jitar application.
5
5
6
6
The application creates and fills a database before the server starts.
7
7
When the application gets shut down, the database gets cleared.
You can’t perform that action at this time.
0 commit comments