From 2be314485ab4c49b6253c0e8105f50a83d8d4d0f Mon Sep 17 00:00:00 2001 From: Simon Bernard Date: Mon, 20 Feb 2017 16:43:18 +0100 Subject: [PATCH] add leshan-code-cf to list of modules in the readme. --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e86c422f1d..bf3f50baa3 100644 --- a/README.md +++ b/README.md @@ -96,14 +96,15 @@ mvn eclipse:eclipse Modules ----------------- -`Leshan-core` : commons elements. -`Leshan-server-core` : server lwm2m logic. -`Leshan-server-cf` : server implementation based on [californium](https://github.com/eclipse/californium). -`Leshan-client-core` : client lwm2m logic. -`Leshan-client-cf` : client implementation based on [californium](https://github.com/eclipse/californium). -`Leshan-all` : every previous modules in 1 jar. -`Leshan-client-demo` : a simple demo client. -`Leshan-server-demo` : a lwm2m demo server with a web UI. -`Leshan-bsserver-demo` : a bootstarp demo server with a web UI. -`Leshan-integration-tests` : integration automatic tests. +`leshan-core` : commons elements. +`leshan-core-cf` : commons elements which depend on [californium](https://github.com/eclipse/californium). +`leshan-server-core` : server lwm2m logic. +`leshan-server-cf` : server implementation based on [californium](https://github.com/eclipse/californium). +`leshan-client-core` : client lwm2m logic. +`leshan-client-cf` : client implementation based on [californium](https://github.com/eclipse/californium). +`leshan-all` : every previous modules in 1 jar. +`leshan-client-demo` : a simple demo client. +`leshan-server-demo` : a lwm2m demo server with a web UI. +`leshan-bsserver-demo` : a bootstarp demo server with a web UI. +`leshan-integration-tests` : integration automatic tests.