From 95fedb0ebd00d123e22c2078bc4cb5265a1772a4 Mon Sep 17 00:00:00 2001 From: Javier Mellado Date: Sun, 14 May 2017 15:05:38 +0100 Subject: [PATCH] fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6732e4..ce43d1f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # The-GArdian React Native demo app powered by The Guardian API -###note +### note This repo won't work unless you get an access key to The Guardian API. Once you get yourself an API key, go to ```./utils/core.js``` to the line 7 and set the variable ``apiKey`` with your Api key. You can get your key in this link [Get The Guardian API key](http://open-platform.theguardian.com/access/#get-access) -##Install +## Install Execute `npm install` -##Run the app +## Run the app Execute `react-native run-ios` -##Demo +## Demo ![alt tag](https://github.com/teseo/the-gardian/raw/master/assets/demoApp.gif)