From 28edac94730cb4fad9a821d8496cb17eae8a6e97 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 11 Jul 2014 23:31:13 -0700 Subject: [PATCH] Update modules for examples --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a5137868..4b762bfb 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ LoopBack consists of: For more details, see http://loopback.io/. -## LoopBack modules +## LoopBack modules -In addition to the [main LoopBack module](https://github.com/strongloop/loopback), LoopBack consists of numerous other modules that implement specific functionality, +In addition to the [main LoopBack module](https://github.com/strongloop/loopback), LoopBack consists of numerous other modules that implement specific functionality, as illustrated below: ![LoopBack modules](https://github.com/strongloop/loopback/raw/master/docs/assets/lb-modules.png "LoopBack modules") @@ -33,7 +33,7 @@ as illustrated below: * [loopback-connector-mssql](https://github.com/strongloop/loopback-connector-mssql) * [loopback-connector-postgresql](https://github.com/strongloop/loopback-connector-postgresql) * [loopback-connector-rest](https://github.com/strongloop/loopback-connector-rest) - * [loopback-connector-soap](https://github.com/strongloop/loopback-connector-soap) + * [loopback-connector-soap](https://github.com/strongloop/loopback-connector-soap) * Mobile Components * [loopback-component-push](https://github.com/strongloop/loopback-component-push) @@ -41,7 +41,7 @@ as illustrated below: * Security Components * [loopback-component-passport](https://github.com/strongloop/loopback-component-passport) - + * Clients * [loopback-sdk-ios](https://github.com/strongloop/loopback-sdk-ios) * [loopback-sdk-android](https://github.com/strongloop/loopback-sdk-android) @@ -55,17 +55,17 @@ as illustrated below: * [strong-cli](https://github.com/strongloop/strong-cli) * Examples + * [loopback-example-database](https://github.com/strongloop/loopback-example-database) + * [loopback-example-datagraph](https://github.com/strongloop/loopback-example-datagraph) * [loopback-example-full-stack](https://github.com/strongloop/loopback-example-full-stack) * [loopback-example-office-supplies](https://github.com/strongloop/loopback-example-office-supplies) * [loopback-example-todo](https://github.com/strongloop/loopback-example-todo) * [loopback-example-access-control](https://github.com/strongloop/loopback-example-access-control) * [loopback-example-proxy](https://github.com/strongloop/loopback-example-proxy) - * [strongloop-community/loopback-example-datagraph](https://github.com/strongloop-community/loopback-example-datagraph) - * [strongloop-community/loopback-example-database](https://github.com/strongloop-community/loopback-example-database) * [strongloop-community/loopback-examples-ios](https://github.com/strongloop-community/loopback-examples-ios) - * [strongloop-community/loopback-example-ssl](https://github.com/strongloop-community/loopback-example-ssl) + * [loopback-example-ssl](https://github.com/strongloop/loopback-example-ssl) -## Resources +## Resources * [Documentation](http://docs.strongloop.com/display/LB/LoopBack). * [API documentation](http://apidocs.strongloop.com/loopback).