Skip to content

Commit 985c2d7

Browse files
authored
Update README.md
1 parent ce721b7 commit 985c2d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WebAPI-B4J
2-
Version: 1.15
2+
Version: 1.16
33

44
A boilerplate for creating REST API Server with CRUD functionalities.
55

@@ -26,16 +26,16 @@ A boilerplate for creating REST API Server with CRUD functionalities.
2626
- Auto generated documentation with API test.
2727

2828
# Create B4X template from source
29-
1. Archive the files inside "Web API" directory as "Web API Server (1.15).zip" using WinRAR or 7-Zip
29+
1. Archive the files inside "Web API" directory as "Web API Server (1.16).zip" using WinRAR or 7-Zip
3030
2. Rename the extension from .zip to .b4xtemplate
3131

3232
# How to use
33-
1. Download "Web.API.Server.1.15.b4xtemplate" from Release (https://github.com/pyhoon/webapi-b4j/releases). Rename it to "Web API Server (1.15).b4xtemplate".
34-
2. Copy the "Web API Server (1.15).b4xtemplate" file into B4J Additional Libraries folder.
33+
1. Download "Web.API.Server.1.16.b4xtemplate" from Release (https://github.com/pyhoon/webapi-b4j/releases). Rename it to "Web API Server (1.16).b4xtemplate".
34+
2. Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional Libraries folder.
3535
3. Open B4J and create a new project with "Web API" template. Give the project a name, for e.g. WebAPI
3636
4. Run the project in Debug or Release mode. You will see something like this in the Logs:
3737
```
38-
Web API Server (version = 1.15) is running on port 19800
38+
Web API Server (version = 1.16) is running on port 19800
3939
Open the following URL from your web browser
4040
http://127.0.0.1:19800/v1/
4141
```

0 commit comments

Comments
 (0)