From cf5e06d6241dc3d9a823888e40cb597d3c6e551b Mon Sep 17 00:00:00 2001 From: Brie Carranza Date: Sun, 21 Oct 2018 15:07:27 -0400 Subject: [PATCH] Fix formatting in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4480545..1d80952 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,11 @@ If you want to use bashplotlib from python, just import histogram and scatterplo from bashplotlib.scatterplot import plot_scatter ``` + ``` from bashplotlib.histogram import plot_hist ``` + ## examples