Skip to content

Commit 3da5f8d

Browse files
docs(contributing): fix the example link and formatting
1 parent 1413c09 commit 3da5f8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This project has enormous potential. Please open an issue if you want to contrib
66

77
To set up development,
88
* Clone the repo
9-
* Install "rush" via "npm install -g @microsoft/rush"
10-
* Run "rush install" in the repo
9+
* Install "rush" via `npm install -g @microsoft/rush`
10+
* Run `rush install` in the repo
1111

12-
* Run "rush build". This will internally run `npm run build` in all the packages and build the example docs
12+
* Run `rush build`. This will internally run `npm run build` in all the packages and build the example docs
1313

1414
This should generate a few HTML files in "examples/docs". To show them in your browser,
1515

16-
* Install "live-server" via "npm install -g live-server"
16+
* Install "live-server" via `npm install -g live-server`
1717
* Run "live-server docs" (in the example folder)
1818

19-
This should automatically open your browser with something that looks like this: https://webdoc-js.github.io/example-documentation/index.html
19+
This should automatically open your browser with something that looks like this: https://webdoc-labs.github.io/example-documentation/index.html

0 commit comments

Comments
 (0)