We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c897bad commit 810249eCopy full SHA for 810249e
1 file changed
README.md
@@ -20,10 +20,7 @@ deno add jsr:@grom/bot-api-spec
20
21
## Usage
22
23
-Root module exports two objects:
24
-
25
-1. `types` — definition of all Bot API types
26
-2. `methods` — definition of all Bot API methods
+Root module exports two objects: `types` and `methods`, containing definitions of all Bot API types and methods respectively.
27
28
```ts
29
import { types, methods } from '@grom.js/bot-api-spec' // '@grom/bot-api-spec' for JSR
0 commit comments