We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9f9cb7 + ebc9659 commit 9993cd2Copy full SHA for 9993cd2
README.md
@@ -10,7 +10,7 @@ A simple REST API following REST best practices.
10
11
This project uses Quarkus.
12
13
-Note: this project can be build in native mode with graal-vm, but it cannot be executed due to embedded H2.
+Note: this project can be built in native mode with graal-vm, but it cannot be executed due to embedded H2.
14
H2 cannot be executed in native mode up to now. (not supported feature by Quarkus).
15
16
## How to run
@@ -180,4 +180,4 @@ connection: keep-alive
180
}
181
]
182
183
-```
+```
0 commit comments