From 914ad8a553b50c128045ade1c2300ab8a8c23cc4 Mon Sep 17 00:00:00 2001 From: basilisk487 Date: Wed, 28 Mar 2018 10:55:40 -0500 Subject: [PATCH] Fix package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acc080e..81b034a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pip install git+https://github.com/wavefronthq/python-client.git Or you can install from PyPi via pip: ```sh -pip install wavefront_client +pip install wavefront-api-client ```