Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit 30326d4

Browse files
committed
Attempted fixes to get satisfy the markdown validator
1 parent 9751d5f commit 30326d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ The project contains the files `.htmlhintrc`, `.csslintrc` and `.jshintrc` with
6363

6464
To install the testing utilities locally, simply install [Node.js](https://nodejs.org/en/) and then use npm (bundled with Node.js) to install the utilities:
6565

66-
```Bash
66+
```
67+
6768
npm install --global htmlhint csslint jshint
6869
70+
```
71+
6972
### HTML validation
7073

7174
Run the HTML validator with:
@@ -134,7 +137,7 @@ To set up a test database and add yourself as administrator:
134137
1. create a Firebase account and project
135138
1. replace the config details in `scripts\database\config.js` with the config details shown in the Firebase console
136139
1. copy the contents of `scripts\database\firebase-rules.json` into the database rules section of the console
137-
- (Re-do this every time you pull new changes into your fork that change the rules file)
140+
- (Re-do this every time you pull new changes into your fork that change the rules file)
138141
1. under the authentication section of the console, enable GitHub authentication (follow the instructions there)
139142
1. (optionally add your github.io subdomain or other domains where you can access your site as an authorised OAuth redirect domain)
140143
1. serve your files
@@ -149,7 +152,7 @@ To set up a test database and add yourself as administrator:
149152
1. go back to your 1pr page and refresh.
150153
1. click the newly-visible Manage Web App link
151154
1. Click run migrations to apply all database changes to your Firebase database
152-
- (Re-run this every time you pull new changes into your fork that change the database)
155+
- (Re-run this every time you pull new changes into your fork that change the database)
153156

154157
To develop with the database:
155158

0 commit comments

Comments
 (0)