Skip to content

Commit

Permalink
fix xarray readme typo (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapvardhan authored Dec 20, 2024
1 parent 72a8df9 commit 6fcd564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/titiler/xarray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ titiler/
├── tests/ - Tests suite
└── titiler/xarray/ - `xarray` namespace package
├── dependencies.py - titiler-xarray dependencies
├── extentions.py - titiler-xarray extensions
├── extensions.py - titiler-xarray extensions
├── io.py - titiler-xarray Readers
└── factory.py - endpoints factory
```
Expand Down Expand Up @@ -112,7 +112,7 @@ md = TilerFactory(
router_prefix="/md",
extensions=[
# we also want to use the simple opener for the Extension
VariablesExtension(dataset_opener==xarray.open_dataset),
VariablesExtension(dataset_opener=xarray.open_dataset),
],
)

Expand Down

0 comments on commit 6fcd564

Please sign in to comment.