Skip to content

Commit 0f40a03

Browse files
committed
#608: updated resource example readme information
1 parent cdface5 commit 0f40a03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ The following projects focus on one particular concept at a time. The examples a
3434
1. [Health checks](health-checks/README.md) - Demonstrates how to use health checks.
3535
1. [Middleware](middleware/README.md) - Demonstrates how to use middleware.
3636
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.

examples/resources/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Jitar | Construction example
2+
# Jitar | Resources example
33

4-
This example demonstrates how to construct and deconstruct a Jitar application.
4+
This example demonstrates how to use resources in a Jitar application.
55

66
The application creates and fills a database before the server starts.
77
When the application gets shut down, the database gets cleared.

0 commit comments

Comments
 (0)