Skip to content

Commit

Permalink
fix: forgot to update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Oct 23, 2021
1 parent 2b620fd commit 2571611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ notebook in the docs folder.

### Reading files

The `nbtlib.load` function can be used to load nbt files as `nbtlib.File` objects. The
`root` property contains the root nbt tag. Every nbt tag inherits from
The `nbtlib.load` function can be used to load nbt files as `nbtlib.File` objects. Every nbt tag inherits from
its python counterpart. This means that all the builtin operations defined on the python counterpart can be used on nbt tags.

```python
Expand Down

0 comments on commit 2571611

Please sign in to comment.