From 1ec750a901562b057a2513fdd260870d263f0522 Mon Sep 17 00:00:00 2001 From: Thierry Templier Date: Tue, 16 Jun 2015 22:54:05 +0200 Subject: [PATCH] feat(readme): edited readme --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1126233..f28cbf6 100644 --- a/Readme.md +++ b/Readme.md @@ -49,6 +49,14 @@ For Node, use NPM with the following command: npm install restlet ``` +For browsers, use Bower with the following command: + +``` +bower install restlet +``` + +or get the JavaScript files from folder `browser/dist` from Github. + ## Getting started ### Within Node applications @@ -168,7 +176,7 @@ or `restlet.js`. ## Contribute If you want to contribute to the framework, please have a look at this page: -[Server API Reference](https://github.com/restlet/restlet-framework-js/blob/master/docs/guides/contribute.md) +[Contributing Restlet JS](https://github.com/restlet/restlet-framework-js/blob/master/docs/guides/contribute.md) ## Copyright