Skip to content

Commit 0ad01bf

Browse files
authored
Merge pull request #27 from wolfv/fix_readme
fix channels in readme
2 parents b924b8f + 901be9e commit 0ad01bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sudo make install
5252
## Usage
5353

5454
```cpp
55-
// loads png image into xarray with shape WIDTH x HEIGHT x CHANNELS
55+
// loads png image into xarray with shape HEIGHT x WIDTH x CHANNELS
5656
auto arr = xt::load_image("test.png");
5757

5858
// write xarray out to JPEG image

0 commit comments

Comments
 (0)