Skip to content

Commit 1873707

Browse files
authored
Quick fixes to README (#1197)
This PR just makes some quick fixes to the README file :)
1 parent 5abe144 commit 1873707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Welcome to the Sourcegraph documentation! We're excited to have you contribute t
1111
To get started with this template, clone this repository to your local machine using the following command:
1212

1313
```sh
14-
git clone https://github.com/sourcegraph/docs.git sourcegraph-docs
14+
git clone https://github.com/sourcegraph/docs.git docs
1515
```
1616

1717
Navigate to the project directory by typing the following command in your terminal:
1818

1919
```sh
20-
cd sourcegraph-docs
20+
cd docs
2121
```
2222

23-
Before the dependencies are install make sure your local machine has the following versions of `node` and `pnpm` installed:
23+
Before the dependencies are installed make sure your local machine has the following versions of `node` and `pnpm` installed:
2424

2525
* node: `v20.8.1`
2626
* pnpm: `8.13.1`

0 commit comments

Comments
 (0)