sana137.in

Sana's gatsbyjs-based blog
git clone http://git.hanabi.in/repos/sana137.in.git
Log | Files | Refs | README | LICENSE

commit f4b43ff55bc42dbeddee9a16ecb174ca668d6eb9
parent da7176563d58105d852652ff2ccc922393395618
Author: cognitive137 <36829952+cognitive137@users.noreply.github.com>
Date:   Wed, 11 Sep 2019 20:53:24 +0530

fix origin link
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ Follow these steps after cloning this repository: npm i -D # install dependencies gatsby build # create production website cd public -git remote add origin https://github.com/cognitive137/sana137.in.git +git remote add origin https://github.com/cognitive137/sana137.git git pull git push origin master ```