Skip to content

Commit 2def807

Browse files
committed
docs: remove outdated hint
1 parent 0ff8d0e commit 2def807

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ The current stable `main` version is deployed at https://cmu-delphi-epivis.netli
1010

1111
The next `dev` version is deployed at https://dev--cmu-delphi-epivis.netlify.app/.
1212

13-
For development, see the
14-
[EpiVis development guide](docs/epivis_development.md).
15-
16-
Little piece of trivia: the first version of EpiVis was written on 2014-12-22.
13+
_Little piece of trivia_: the first version of EpiVis was written on 2014-12-22.
1714
See the git history of this file for a legacy changelog which describes changes
1815
made prior to the migration to git around 2017.
1916

@@ -35,6 +32,12 @@ To lint or check for styling, run
3532
npm run lint
3633
```
3734

35+
To fix all possible linting errors, run
36+
37+
```sh
38+
npm run fix
39+
```
40+
3841
To run unit test, run
3942

4043
```sh

0 commit comments

Comments
 (0)