Improve phrasing of the npm package explanation
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 13 Apr 2021 11:36:10 +0000 (13:36 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 13 Apr 2021 11:36:10 +0000 (13:36 +0200)
docs/javascript/typescript.md

index 804046883026cd51281aca31141939120b133bca..daf9a23739f3ce12d06b22c2374494b2dab6b865 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Consuming WoltLab Suite’s Types
 
-To consume the types of WoltLab Suite, you will need to install the [WoltLab/WCF](https://github.com/WoltLab/WCF) using npm using a git URL that refers to the appropriate branch.
+To consume the types of WoltLab Suite, you will need to install the `@woltlab/wcf` npm package using a git URL that refers to the appropriate branch of [WoltLab/WCF](https://github.com/WoltLab/WCF).
 
 A full `package.json` that includes WoltLab Suite, TypeScript, eslint and Prettier could look like the following.