Skip to content

Commit e887c21

Browse files
docs: change Typescript to JSDoc in Readme.md (#8851)
--------- Co-authored-by: gtmnayan <[email protected]>
1 parent bbcb5f5 commit e887c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To watch for changes and continually rebuild the package (this is useful if you'
5050
pnpm dev
5151
```
5252

53-
The compiler is written in [TypeScript](https://www.typescriptlang.org/), but don't let that put you off — it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than [Visual Studio Code](https://code.visualstudio.com/), you may need to install a plugin in order to get syntax highlighting and code hints, etc.
53+
The compiler is written in JavaScript and uses [JSDoc](https://jsdoc.app/index.html) comments for type-checking.
5454

5555
### Running Tests
5656

0 commit comments

Comments
 (0)