From 823c43d61c5d37f63900b772d9f86c339a8361ed Mon Sep 17 00:00:00 2001 From: marceloprates Date: Tue, 8 Nov 2022 12:00:01 -0300 Subject: [PATCH] Minor textual correction to examples notebook --- notebooks/examples.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index 59d43cb..605a4ff 100644 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -46,7 +46,7 @@ "Install prettymaps with:\n", "\n", "```\n", - "git+https://github.com/marceloprates/prettymaps\n", + "pip install git+https://github.com/marceloprates/prettymaps\n", "```" ] },