Skip to content

Commit a73f33c

Browse files
committed
docs: fix markdown lint issues
1 parent 3d0579a commit a73f33c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Scratch GUI is a set of React components that comprise the interface for creatin
44

55
To open the current build in your browser on Github Pages:
66

7-
https://scratchfoundation.github.io/scratch-gui/
7+
<https://scratchfoundation.github.io/scratch-gui/>
88

99
## Installation
1010

@@ -45,7 +45,6 @@ Then go to [http://localhost:8601/](http://localhost:8601/) - the playground out
4545

4646
### Getting another repo to point to this code
4747

48-
4948
If you wish to develop `scratch-gui` alongside other scratch repositories that depend on it, you may wish
5049
to have the other repositories use your local `scratch-gui` build instead of fetching the current production
5150
version of the scratch-gui that is found by default using `npm install`.
@@ -70,7 +69,7 @@ Instead of `BUILD_MODE=dist npm run build`, you can use `BUILD_MODE=dist npm run
7069
changes to your `scratch-gui` code, and automatically rebuild when there are changes. Sometimes this has been
7170
unreliable; if you are having problems, try going back to `BUILD_MODE=dist npm run build` until you resolve them.
7271

73-
#### Oh no! It didn't work!
72+
#### Oh no! It didn't work
7473

7574
If you can't get linking to work right, try:
7675

@@ -93,7 +92,7 @@ See [jest cli docs](https://facebook.github.io/jest/docs/en/cli.html#content) fo
9392

9493
### Running tests
9594

96-
*NOTE: If you're a Windows user, please run these scripts in Windows `cmd.exe` instead of Git Bash/MINGW64.*
95+
_NOTE: If you're a Windows user, please run these scripts in Windows `cmd.exe` instead of Git Bash/MINGW64._
9796

9897
Before running any tests, make sure you have run `npm install` from this (scratch-gui) repository's top level.
9998

@@ -215,15 +214,6 @@ npm install --no-optional --save-dev react-responsive@^5.0.0
215214

216215
Further reading: [Stack Overflow](https://stackoverflow.com/questions/46602286/npm-requires-a-peer-of-but-all-peers-are-in-package-json-and-node-modules)
217216

218-
## Troubleshooting
219-
220-
If you run into npm install errors, try these steps:
221-
222-
1. run `npm cache clean --force`
223-
2. Delete the node_modules directory
224-
3. Delete package-lock.json
225-
4. run `npm install` again
226-
227217
## Publishing to GitHub Pages
228218

229219
You can publish the GUI to github.io so that others on the Internet can view it.

0 commit comments

Comments
 (0)