diff --git a/README.md b/README.md index d088d7f..f3795ed 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The resulting chromatogram reconstruction can be seen by again calling the `show method, this time restricting the plotted time region between 10 and 20 minutes. ```python -In[8]: chrom.show() +In[8]: chrom.show([10, 20]) Out[8]:[
, ] ```