From ff16de09fbe3a88b0be22b7218248ba6b90806ac Mon Sep 17 00:00:00 2001 From: Nirdesh pokharel <41616814+codernirdesh@users.noreply.github.com> Date: Wed, 12 Aug 2020 15:36:55 +0545 Subject: [PATCH] Small Changes in README.md file. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99898b8..0de2874 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # AngularJS & ReactJS WordPress Theme A WordPress theme built with AngularJS as the controller and ReactJS as the view layer. -Powered by WP-API - [DEMO] (http://roysivan.com/react-angularjs-wordpress-theme) +Powered by WP-API - [DEMO](http://roysivan.com/react-angularjs-wordpress-theme) # Install Make sure you have WordPress already running, along withe the JSON REST API (WP-API) plugin installed and activated * Clone Repo -* Run `npm install` -* Run `bower update` +* Run **`npm install`** +* Run **`bower update`** __Thank you to [Jack Lenox](https://twitter.com/jacklenox)__ for starting the ReactJS WordPress theme so I have some code to look at.