Skip to content

Commit 5128541

Browse files
committed
Update README
1 parent bce4dc6 commit 5128541

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ There are two recommended ways of adding `tomli` to your micropython project:
1414
Simply add the following to your `pyproject.toml`
1515
```
1616
[tool.belay.dependencies]
17-
tomli = "https://github.com/BrianPugh/micropython-tomli/tree/micropython/src/tomli"
17+
tomli = "https://github.com/BrianPugh/micropython-tomli/tree/master/src/tomli"
1818
```
1919

20-
`datetime` is required for date/time support.
21-
If you don't need `datetime` support, you don't need to include the `_re_time.py` file.
20+
[Datetime](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/datetime) is required for date/time support.
21+
If you don't need `datetime` support, then you don't need to include the `_re_time.py` file.
22+
In this case, the `_parser.py` file is standalone and could be renamed to `tomli.py`
2223

2324
The remainder of this README is from the original `tomli` repo.
2425

0 commit comments

Comments
 (0)