Skip to content

Commit f3e48f4

Browse files
authored
updated references to the module
1 parent 2d3193c commit f3e48f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ This project is currently in development.
55
## Installation
66
You can install this module from npm:
77
```
8-
$> npm install jsdoc-tsd
8+
$> npm install @otris/jsdoc-tsd
99
```
1010

1111
## Usage
1212
To use this module, simply specify this project as the template for your jsdoc output. To use this template from the command line, run
1313
```
14-
$> jsdoc -t node_modules/jsdoc-tsd -r .
14+
$> jsdoc -t node_modules/@otris/jsdoc-tsd -r .
1515
```
1616

1717
You can also add this template to your JSON configuration file:
1818
```
1919
{
2020
"opts": {
21-
"template": "./node_modules/jsdoc-tsd"
21+
"template": "./node_modules/@otris/jsdoc-tsd"
2222
}
2323
}
2424
```

0 commit comments

Comments
 (0)