This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 5fcfbdc fix: unnecessary quotes removed from a hyperlink
5fcfbdc is described below
commit 5fcfbdca152ecf8baac79f6a98a404415c9a9a99
Author: Nikita Koselev. Developer Advocate
<[email protected]>
AuthorDate: Wed Jul 6 23:38:18 2022 +0100
fix: unnecessary quotes removed from a hyperlink
For the benefit of my talk to @SouJava
Smile - you are on camera ;)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 349f06a..493a195 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Please also make sure your node version is 10+, version lower
than 10.x is not s
## Installation
1. Run `yarn install` or `yarn` in the root directory to install the
dependencies.
-2. Run `yarn start` in the root directory to start a local server, you will
see the website in 'http://localhost:3000'.
+2. Run `yarn start` in the root directory to start a local server, you will
see the website in http://localhost:3000.
If you have higher version of node installed, you may consider `nvm` to allow
different versions of `node` coexisting on your machine.