diff --git a/README.md b/README.md index 680d6ad..6f49c47 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Example for [loopback-component-storage](https://github.com/strongloop/loopback- This repository contains two directories: `example-2.0` for the LoopBack 2.x app, and `example`, for the legacy LoopBack 1.x app. Use `example-2.0` unless you are working with a legacy LoopBack 1.x app. Follow these steps to run the example: + ``` $ git clone https://github.com/strongloop/loopback-example-storage.git $ cd loopback-example-storage/example-2.0 @@ -12,7 +13,7 @@ $ npm install $ node . ``` -Then load http://localhost:3000 in your browser. +Then load in your browser. See the documentation for the LoopBack [storage component](https://docs.strongloop.com/display/LB/Storage+component).