We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f924e5f commit d2f6683Copy full SHA for d2f6683
README.md
@@ -58,12 +58,12 @@ bower install linq4js
58
Include this line in your project
59
60
```html
61
-<script type="text/javascript" src="Linq4JS.js"></script>
+<script type="text/javascript" src="linq4js.js"></script>
62
```
63
64
### Using TypeScript
65
66
-Same thing, but also copy `Linq4JS.d.ts` to your project folder to get the tooling support.
+Same thing, but also copy `linq4js.d.ts` to your project folder to get the tooling support.
67
68
## Usage
69
0 commit comments