Skip to content

Commit

Permalink
Merge pull request #128 from drf5n/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cuill authored Jun 5, 2024
2 parents d07e726 + 238157e commit b375826
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 @@ -56,7 +56,7 @@ hgrid.make_plot(show=True)
# NOTE: 2dm files can be read by QGIS > 3.0
from pyschism.mesh import Hgrid
hgrid = Hgrid.open('hgrid.gr3')
hgrid.write("/path/to/output/file.2dm", fmt='2dm')
hgrid.write("/path/to/output/file.2dm", format='2dm')
```
---
## Online manual
Expand Down

0 comments on commit b375826

Please sign in to comment.