From 3dfdb014d751b681dec2b17190310c5b5531c5c0 Mon Sep 17 00:00:00 2001 From: Robin Percy Date: Mon, 9 Mar 2020 16:45:23 +0000 Subject: [PATCH] Updating Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b70cda33..74a8162b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Embark Official Website +# Embark Official Blog -The website for Embark. +The Blog for Embark. ## Getting started Install dependencies: ``` bash -$ git clone https://github.com/status-im/embark-site.git -$ cd embark-site +$ git clone https://https://github.com/rbnpercy/embark-blog.git +$ cd embark-blog $ npm install ```