doc: improve README (#90)

Improves formatting, fixes grammar and punctuation, and generally cleans up file.
This commit is contained in:
Declan Chidlow
2024-02-08 01:05:24 +08:00
committed by GitHub
parent 6007fb5783
commit ccdfdb0a53
+5 -6
View File
@@ -1,8 +1,7 @@
# revolt.js
> **Warning**
> revolt.js is currently being rewritten, it's pretty much ready for use for most applications but is still not entirely feature complete.
>
> [!WARNING]
> revolt.js is currently being rewritten. While it's ready for use for most applications, it is still not entirely feature complete. \
> You can find the [version 6 README here](https://github.com/revoltchat/revolt.js/tree/v6).
![revolt.js](https://img.shields.io/npm/v/revolt.js) ![revolt-api](https://img.shields.io/npm/v/revolt-api?label=Revolt%20API)
@@ -49,10 +48,10 @@ function MyApp() {
## Revolt API Types
All `revolt-api` types are re-exported from this library under `API`.
> [!WARNING]
> It is advised you do not use this unless necessary. If you find somewhere that isn't covered by the library, please open an issue as this library aims to transform all objects.
> **Warning**
> It is advised you do not use this unless necessary, if you find somewhere that isn't covered by the library, please open an issue as this library aims to transform all objects.
All `revolt-api` types are re-exported from this library under `API`.
```typescript
import { API } from "revolt.js";