File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Java implementation of Erlang node connector (distribution protocol).
77
88Sub-modules descriptions:
99
10- - [ Encon common] ( ./encon-common/README.md )
11- - [ Encon terms] ( ./encon-terms/README.md )
12- - [ Encon config] ( ./encon-config/README.md )
13- - [ Encon] ( ./encon/README.md )
14- - [ Encon databind] ( ./encon-databind/README.md )
10+ - [ Encon common] ( ./encon-common/README.md ) - the set of common classes for all subprojects;
11+ - [ Encon terms] ( ./encon-terms/README.md ) - Erlang's terms classes and different helpers;
12+ - [ Encon config] ( ./encon-config/README.md ) - configuration builder classes;
13+ - [ Encon] ( ./encon/README.md ) - the lib itself;
14+ - [ Encon databind] ( ./encon-databind/README.md ) - serializers/deserializers from/to Java/Eralng objects;
1515
1616## Development
1717
You can’t perform that action at this time.
0 commit comments