Skip to content

Commit 810249e

Browse files
committed
docs: describe exports more concisely in README
1 parent c897bad commit 810249e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ deno add jsr:@grom/bot-api-spec
2020

2121
## Usage
2222

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
23+
Root module exports two objects: `types` and `methods`, containing definitions of all Bot API types and methods respectively.
2724

2825
```ts
2926
import { types, methods } from '@grom.js/bot-api-spec' // '@grom/bot-api-spec' for JSR

0 commit comments

Comments
 (0)