From 891fce7250f9165263eba8f3e5c6f7f21c1f1d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Sat, 30 Apr 2022 19:28:23 +0200 Subject: [PATCH] recover hidden text due to MD033/no-inline-html: Inline HTML [Element: repo] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a7923..ce7f053 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ MAKE SURE YOU HAVE COMPLETED THE INSTALLATION STEPS FIRST! 1. First, make sure that you the local folder containing the files has a remote configured called "origin". 1. If you aren't sure, navigate to the folder using Git (type "cd", then drag and drop folder in to Git command line.). 2. Type `git init`. - 3. Type `git remote add origin `, replacing with the url of your github repository. + 3. Type `git remote add origin `, replacing `` with the url of your github repository. 2. Now, run `npm install -g gh-pages`. 3. Run `npm run deploy`. 4. This should deploy your code to "https:yourusername.github.io/free-programming-books-search/".