We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3193c commit f3e48f4Copy full SHA for f3e48f4
README.md
@@ -5,20 +5,20 @@ This project is currently in development.
5
## Installation
6
You can install this module from npm:
7
```
8
-$> npm install jsdoc-tsd
+$> npm install @otris/jsdoc-tsd
9
10
11
## Usage
12
To use this module, simply specify this project as the template for your jsdoc output. To use this template from the command line, run
13
14
-$> jsdoc -t node_modules/jsdoc-tsd -r .
+$> jsdoc -t node_modules/@otris/jsdoc-tsd -r .
15
16
17
You can also add this template to your JSON configuration file:
18
19
{
20
"opts": {
21
- "template": "./node_modules/jsdoc-tsd"
+ "template": "./node_modules/@otris/jsdoc-tsd"
22
}
23
24
0 commit comments