Skip to content

Commit 683ac61

Browse files
Basarat Ali SyedBasarat Ali Syed
authored andcommitted
done
1 parent b8938a7 commit 683ac61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quick/nodejs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ package
7474
* `"typings": "lib/index"` < This tells TypeScript to load `lib/index.d.ts`
7575

7676

77-
Example package: `npm install typestyle` [for TypeStyle](https://www.npmjs.com/package/typestyle), usage: `import csx = require('typestyle');`.
77+
Example package:
78+
* `npm install typestyle` [for TypeStyle](https://www.npmjs.com/package/typestyle)
79+
* Usage: `import { style } from 'typestyle';` will be completely type safe.
7880

7981
MORE:
8082

0 commit comments

Comments
 (0)