From 09775cf36f4454973cae0c14a9dc475be4861593 Mon Sep 17 00:00:00 2001 From: Lunarmagpie Date: Tue, 23 Aug 2022 04:19:31 -0400 Subject: [PATCH] update readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fac081..01ecfe2 100644 --- a/README.md +++ b/README.md @@ -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 +```