From 401ff0cd0efd1f8d13ad9e72f5f8a134c7e95bb3 Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Sat, 10 Jul 2021 17:49:32 +0200 Subject: [PATCH] refactor(): remove older comment in readme.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 631dd18f..0da6930c 100644 --- a/README.md +++ b/README.md @@ -252,9 +252,7 @@ Check `CONTRIBUTING.md` in this repository. To understand how to contribute to an open source project, [HERE](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) you can find useful information. When you create a pull request, please, format your code to be consistent with the existing code. I suggest to use [WebStorm](https://www.jetbrains.com/webstorm/) as IDE and when you commit don't use a third party software, but the official command line `git`. -In this way, [prettier](https://prettier.io/) will run using my configuration, and it will auto-format the code. If it will fail, add files with `git add .` again and retry. - -Also, if you want to generate the `internal library documentation`, run `npm run docs` and open `./docs/typedoc/index.html`. +In this way, [prettier](https://prettier.io/) will run using my configuration, and it will auto-format the code. If it fails, add files with `git add .` again and retry.