From 8e8545092f7240a0ef0a09687e0a0b4fd558e4df Mon Sep 17 00:00:00 2001 From: Jonathan Philip Knoblauch Date: Thu, 28 Apr 2016 14:42:04 +0200 Subject: [PATCH] Updated README.md for examples Signed-off-by: Jonathan Philip Knoblauch --- examples/README.md | 7 +++++-- examples/hawkbit-example-ddi-client/README.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 0d6e0c18a..de9cbcab8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,8 +2,11 @@ Example projects that show how _hawkBit_ can be used to create, run or access an _hawkBit_ empowered update server. +- `hawkbit-custom-theme-example` : Example for a customized theme for Management UI. - `hawkbit-device-simulator` : Simulates device software updates, leveraging the hawkBit device integration options. - `hawkbit-example-app` : Allows you to run a Spring Boot and hawkBit based update server. Includes all _hawkBit_ interfaces, i.e. DDI, DMF, Mgmt-API, Mgmt-UI. -- `hawkbit-custom-theme-example` : Example for a customized theme for Management UI. -- `hawkbit-mgmt-api-client` : Example client for the _hawkBit_ Management API. +- `hawkbit-example-ddi-client` : Example _hawkBit_ DDI client based on the _hawkBit_ DDI API. +- `hawkbit-example-feign-core-client` : Core resources for the examples. +- `hawkbit-example-mgmt-client` : Example client for the _hawkBit_ Management API +- `hawkbit-example-mgmt-spring-client` : Example client for the _hawkBit_ Management API based on Spring boot. diff --git a/examples/hawkbit-example-ddi-client/README.md b/examples/hawkbit-example-ddi-client/README.md index 7463e5fd0..7d4301fbb 100644 --- a/examples/hawkbit-example-ddi-client/README.md +++ b/examples/hawkbit-example-ddi-client/README.md @@ -26,5 +26,5 @@ executorService.execute(ddiExampleClient); #### Getting started with hawkBit Example DDI Client After the hawkBit Example DDI Client has started it will poll once against the given hawkBit server and form then on depending on your polling configuration. -Once the hawkBit Example DDI Client has polled successful your will see a target in the deployment view regarding the given controller id of your hawkBit Example DDI Client. +After the hawkBit Example DDI Client has polled successful your will see a target in the deployment view regarding the given controller id of your hawkBit Example DDI Client.