From aafece45faea2b6f76b2a77cd274f5ca66b88248 Mon Sep 17 00:00:00 2001 From: do-me <47481567+do-me@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:21:13 +0200 Subject: [PATCH] Correct typo dash-3dcloud to dash-d3cloud The `pip install` command was referring to the wrong (non-existing) pypi package. This could be possibly dangerous if (until now) non-existing `dash-3dcloud` was hijacked. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7134082..8efc5e9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # dash-d3cloud -dash-3dcloud is a Dash component library wrapping awesome [d3-cloud](https://www.jasondavies.com/wordcloud/) library and it's react wrapper [react-wordcloud](https://github.com/chrisrzhou/react-wordcloud) +dash-d3cloud is a Dash component library wrapping awesome [d3-cloud](https://www.jasondavies.com/wordcloud/) library and it's react wrapper [react-wordcloud](https://github.com/chrisrzhou/react-wordcloud) -This library can be installed via pip: `pip install dash-3dcloud` +This library can be installed via pip: `pip install dash-d3cloud` The results it produces looks as follows: ![](https://raw.githubusercontent.com/trnkatomas/dash_d3cloud/master/img/usage.png)