We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8576532 commit 8442c0aCopy full SHA for 8442c0a
README.md
@@ -4,7 +4,7 @@ REST APIs implemented using Spring Boot Multi Module Maven Project
4
## How to Run
5
6
* Build the project by running `mvn clean package` inside todo-app-parent module
7
-* Once successfully built, run the service by using following command:
+* Once successfully built, run the service by using the following command:
8
```
9
java -jar todo-app-rest/target/todo-app-rest-0.0.1-SNAPSHOT.jar
10
0 commit comments