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