Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed May 16, 2024
1 parent a91473c commit 0acadd9
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 @@ -25,7 +25,7 @@
</br>


Openblox allows your typescript (and javascript) codebases to communicate with the roblox api extremely easily.
Openblox allows your typescript (and javascript) codebase to communicate with the Roblox API extemely easily.

It wraps over 100+ Roblox API endpoints, each with its own strictly typed response data. Typings were written manually as opposed to programatically generating them to ensure the strictest possible type-safety.

Expand All @@ -44,7 +44,7 @@ It wraps over 100+ Roblox API endpoints, each with its own strictly typed respon

- - -

<h3>Example</h3>
<h3>Example Usage</h3>

```ts
import "dotenv/config";
Expand Down Expand Up @@ -72,6 +72,8 @@ setConfig({
})
```

See more examples [here](https://github.com/MightyPart/openblox/tree/main/examples)!

</br>

- - -
Expand Down

0 comments on commit 0acadd9

Please sign in to comment.