Skip to content

Commit 4298d2d

Browse files
author
clickingbuttons
authored
Fix typos (#193)
* h1 -> h2 * typo * md plz
1 parent d85b5a4 commit 4298d2d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requires Python >= 3.8.
1515
See the [Getting Started](https://polygon-api-client.readthedocs.io/en/latest/Getting-Started.html)
1616
section in our docs or view the [examples](./examples) directory.
1717

18-
# Contributing
18+
## Contributing
1919

2020
For now, we're generally not accepting pull requests from outside contributors
2121
but we're open to bug reports and feature requests. Or if you have more general
@@ -36,7 +36,8 @@ _before_ we bump the major version of the client, and in general, we'll try to
3636
bundle breaking changes like this to avoid frequent major version bumps.
3737

3838
Exceptions to this are:
39-
- Methods under `client.vx`. These are expiremental.
40-
- Methods that start with `_*`. We use these internally.
41-
- Type annotations. We may modify these based on our JSON responses.
42-
- We may add model fields.
39+
40+
- Methods under `client.vx`. These are expiremental.
41+
- Methods that start with `_*`. We use these internally.
42+
- Type annotations. We may modify these based on our JSON responses.
43+
- We may add model fields.

0 commit comments

Comments
 (0)