From 2e67df92cf965d6b2409af2c1ca3d97a68e30e8a Mon Sep 17 00:00:00 2001 From: haad Date: Sun, 31 Jul 2016 11:43:37 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1beb93f..a04b0fa 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ npm install orbit-db ## Examples +*To run the examples below, make sure to run a local [orbit-server](https://github.com/haadcode/orbit-server)* + ### Browser examples Build the examples: ```bash @@ -83,7 +85,6 @@ Then open `examples/browser.html` or `examples/index.html`. See the full example ``` ### Node.js examples -*To run the examples, make sure to run a local [orbit-server](https://github.com/haadcode/orbit-server)* Before running the examples, install dependencies with: ```