Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richie0866 committed May 7, 2022
1 parent 17d9b94 commit a61d0a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

Roblox-TS typings for scripting engines following [UNC standards](https://github.com/unified-naming-convention/NamingStandard) and common nonstandard APIs.

Remember to focus on compatibility! Every function that is not an alias is not 'possibly undefined,' so be mindful of what functions you use.
Remember to focus on compatibility! Functions can be missing in some environments, but this will not be reflected in types, so be mindful of what you use.

## 🔌 Installation

No release has been published yet!
```
npm install --save-dev richie0866/rbxts-hax
```

0 comments on commit a61d0a4

Please sign in to comment.