fix path for typedefs

master
Vladimir Mandic 2021-10-26 15:07:47 -04:00
parent 82ade650a7
commit 20389b9779
1 changed files with 1 additions and 1 deletions

@ -123,7 +123,7 @@ Install with:
*Note: When using a named import in a TypeScript project, it is advisable to instruct TypeScript where to look for type definitions using explict path to types*
```js
/// <reference path='./node_modules/@vladmandic/human/dist/human.d.ts' />
/// <reference path='./node_modules/@vladmandic/human/src/human.d.ts' />
```
<br>