Skip to content

Commit 7779cba

Browse files
committed
fix readme due to merge
1 parent f0e754d commit 7779cba

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ We just re-implemented in different languages, and put them behind a web service
108108
* SCS (not-known license, artificial string examples coming from different sources)
109109

110110

111+
### RPC (Thrift/gRPC): Java
112+
113+
* NCS (not-known license, artificial numerical examples coming from different sources)
114+
115+
* SCS (not-known license, artificial string examples coming from different sources)
116+
111117
## Using This Repository
112118

113119
Due to several reasons, the software in this repository is not published as a library (e.g., on Maven and NPM).
@@ -164,11 +170,6 @@ For running experiments with EvoMaster, you can also "start" each driver directl
164170
Each of these drivers has a "main" method that is running a REST API (binding on default port 40100), where each operation (like start/stop/reset the SUT) can be called via an HTTP message by EvoMaster.
165171
For JavaScript, you need to use the files `em-main.js`.
166172

167-
### RPC (Thrift/gRPC): Java
168-
169-
* NCS (not-known license, artificial numerical examples coming from different sources)
170-
171-
* SCS (not-known license, artificial string examples coming from different sources)
172173

173174

174175
You can also build (and install) each module separately, based on needs.

0 commit comments

Comments
 (0)