From 236f3e7c503f1f2a3dfbe717107f39e3adb8dff1 Mon Sep 17 00:00:00 2001 From: Jason Kao <100613312+jsonpr@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:25:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c5af2b..49b6245 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ This is the high-level package to use for developing CloudQuery plugins in Pytho ## Installation ```commandline -pip install plugin-sdk-python -``` \ No newline at end of file +pip install cloudquery-plugin-sdk +```