Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
zunda-arrow committed Aug 23, 2022

Verified

This commit was signed with the committer’s verified signature.
zunda-arrow ずんだアロー
1 parent 861d1f7 commit 09775cf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

Turn your command names into kebabs.


## Installing
`pip install crescent-ext-kebabify`


## Example

```python

import crescent
@@ -26,9 +33,6 @@ class MyClassCommand:
async def my_function_commannd(ctx: crescent.Context):
...

```

## Installing
requires current git version of crescent
bot.run()

install this library from git
```

0 comments on commit 09775cf

Please sign in to comment.