Skip to content

Commit 9c4739c

Browse files
authored
Merge pull request #4 from bringauto/fix_module_mumber
Update README.md
2 parents 493deda + bb49421 commit 9c4739c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is the implementation of Example module. Repo contains example_module libraries and a python client.
22

33
This module serves as an example for module maintainers to implement their own modules outside reserved range of modules. It is not intended to be used in production.
4-
Module number of this module is 999.
4+
Module number of this module is 1000.
55

66
# Requirements
77

@@ -20,4 +20,4 @@ make
2020
Now shared libraries `example_module_module_manager.so` and `example_module_external_server.so` should be compiled in current directory. Use `example_module_module_manager.so` with module gateway and `example_module_external_server.so` with external server.
2121

2222
# Example module client
23-
See [client readme](./python_client/README.md)
23+
See [client readme](./python_client/README.md)

0 commit comments

Comments
 (0)