Skip to content

Commit 2566b43

Browse files
committed
readme update
1 parent 0067d1f commit 2566b43

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
@@ -44,12 +44,12 @@ python3 setup.py install
4444
# Examples
4545

4646
Examples can be found in the /examples folder. It contains various server and client usages. The following is a table
47-
denoting which <b>client</b> example is constructed to be run against which <b>server</b> example. Some of the examples
48-
are in java to show compatibility with a different implementation.
47+
denoting which <b>client</b> example is constructed to be run against which <b>server</b> example. Some examples
48+
are in java to show compatibility with a different implementation. To run the java examples first build using <code>mvn package</code>.
4949

50-
The **examples/test_examples.py** shows which pairs of client/server work with each other, and can be used to execute
51-
all the examples
52-
(except for the client_springboot.py which is set up to work against https://github.com/benwilcock/spring-rsocket-demo)
50+
The **examples/test_examples.py** can be used to execute the relevant example server/client pairs.
51+
52+
The client_springboot.py is set up to work against https://github.com/benwilcock/spring-rsocket-demo.
5353

5454
| server (python) | server (java) | client (python) | client(java) |
5555
|------------------------------------|-------------------------|------------------------------------|-----------------|

0 commit comments

Comments
 (0)