Skip to content

Commit a6b8184

Browse files
author
Joseph Hamman
committed
update README.md
1 parent 6b447a3 commit a6b8184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Schema validation for Xarray
1515
[![codecov](https://codecov.io/gh/carbonplan/xarray-schema/branch/main/graph/badge.svg?token=EI729ZRFK0)](https://codecov.io/gh/carbonplan/xarray-schema)
1616
![MIT License](https://badgen.net/badge/license/MIT/blue)
1717

18-
# installation
18+
## installation
1919

2020
Install xarray-schema from pypi:
2121

@@ -29,7 +29,7 @@ Or install it from source:
2929
pip install git+git://github.com/carbonplan/xarray-schema
3030
```
3131

32-
# usage
32+
## usage
3333

3434
Xarray-schema's API is modeled after [Pandera](https://pandera.readthedocs.io/en/stable/). The `DataArraySchema` and `DatasetSchema` objects both have `.validate()` methods.
3535

@@ -82,7 +82,7 @@ dtype_schama.validate(da.dtype)
8282
dtype_json = dtype_schama.to_json()
8383
```
8484

85-
# roadmap
85+
## roadmap
8686

8787
This is a very early prototype of a library. Some key things are missing:
8888

0 commit comments

Comments
 (0)