Skip to content

Commit 4d88cb6

Browse files
committed
docs: minor installation instructions wording changes
1 parent 4c4862b commit 4d88cb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
> NOTE: In most of cases your environment-specific types would already include this package. In that
1111
> case you don't need to do anything. If you're a developer of such types you should add `lua-types`
12-
> as a dependency and load it by adding `/// <reference types="lua-types/VERSION" />`
12+
> as a dependency and load it by adding `/// <reference types="lua-types/version" />`
1313
14-
1. Get Lua Types from npm
14+
1. Get this package from npm
1515

1616
```bash
1717
yarn add -D lua-types
@@ -24,12 +24,12 @@ npm install -D lua-types
2424
```json
2525
{
2626
"compilerOptions": {
27-
"types": ["lua-types/VERSION"]
27+
"types": ["lua-types/version"]
2828
}
2929
}
3030
```
3131

32-
Currently supported values of `VERSION` are:
32+
Currently supported versions are:
3333

3434
- `5.1`
3535
- `5.2`

0 commit comments

Comments
 (0)