Skip to content

Commit e4d5dce

Browse files
committed
docs: fix internal link
1 parent e7a31fc commit e4d5dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or install it globally:
2626
npm install -g --omit=dev crx3
2727
```
2828

29-
If you want to work on CRX3 module, clone the module repository (see [API Documentation](#Generating-API-documentation)) and use the following command line instead of the one above:
29+
If you want to work on CRX3 module, clone the module repository (see [API Documentation](#generating-api-documentation)) and use the following command line instead of the one above:
3030

3131
```sh
3232
npm install
@@ -175,7 +175,7 @@ To write extensions, use [Extension API](https://developer.chrome.com/extensions
175175

176176
### Testing
177177

178-
To run tests, clone module (see [API Documentation](#Generating-API-documentation)) and use:
178+
To run tests, clone module (see [API Documentation](#generating-api-documentation)) and use:
179179

180180
```sh
181181
npm test

0 commit comments

Comments
 (0)