From 4bcdd5866db945a0dfb89bd87b80f7276d70c270 Mon Sep 17 00:00:00 2001 From: bswck Date: Fri, 27 Oct 2023 22:26:31 +0200 Subject: [PATCH] Correct README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3340590..537cbcd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ assert my_generic.type_argument is int ## For users 💻 ```bash -pip install runtime_generics +pip install runtime-generics ``` ## For developers ❤️