We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e5a4e commit cc18836Copy full SHA for cc18836
1 file changed
README.md
@@ -26,7 +26,7 @@ A boilerplate for creating REST API Server with CRUD functionalities.
26
3. Open B4J and create a new project with "Web API" template. Give the project a name, for e.g. WebAPI
27
4. Run the project in Debug or Release mode. You will see something like this in the Logs:
28
```
29
-Web API server (version = 1.15) is running on port 19800
+Web API Server (version = 1.15) is running on port 19800
30
Open the following URL from your web browser
31
http://127.0.0.1:19800/v1/
32
0 commit comments