Skip to content

Commit bd3dd87

Browse files
author
efonsell
committed
Update README.md
Update version to 1.2.0, update url to online documentation
1 parent 04d4819 commit bd3dd87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
1818
<dependency>
1919
<groupId>com.nitorcreations</groupId>
2020
<artifactId>nflow-jetty</artifactId>
21-
<version>1.1.0</version>
21+
<version>1.2.0</version>
2222
</dependency>
2323
```
2424
Create a class for starting nFlow in embedded Jetty using H2 memory database.
@@ -33,7 +33,7 @@ public class App {
3333
}
3434
```
3535
That's it! Running `App` will start nFlow server though without any workflow definitions.
36-
Point your browser to [http://localhost:7500/ui](http://localhost:7500/ui) and you can use interactive online documentation for the nFlow REST API.
36+
Point your browser to [http://localhost:7500/doc/](http://localhost:7500/doc/) and you can use interactive online documentation for the nFlow REST API.
3737

3838
See the next sections for creating your own workflow definitions.
3939

0 commit comments

Comments
 (0)