Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Jun 7, 2024
1 parent 871f260 commit 94e8dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simple, fast-loading, asynchronous, n-dimensional viewer for Qt, with minimal de
```python
from qtpy import QtWidgets
from ndv import NDViewer
from skimage import data
from skimage import data # just for example data here

qapp = QtWidgets.QApplication([])
v = NDViewer(data.cells3d())
Expand Down

0 comments on commit 94e8dfd

Please sign in to comment.