Skip to content

Commit b05ddd5

Browse files
authored
updated Readme
1 parent 598aca4 commit b05ddd5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,19 @@ Include this line in your project
7777

7878
### Using TypeScript
7979

80-
Same thing, but also copy `linq4js.d.ts` to your project folder to get the tooling support.
80+
Use
81+
82+
```
83+
import "linq4js";
84+
```
85+
86+
or
87+
88+
```html
89+
<script type="text/javascript" src="linq4js.js"></script>
90+
```
91+
92+
to import the scripts and optionally (if you are not using npm) install `@types/linq4js` to also get tooling support.
8193

8294
## Usage
8395

0 commit comments

Comments
 (0)