Skip to content

Commit

Permalink
Update OpenNBS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentroen committed Apr 7, 2022
1 parent 10e4120 commit 128d050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![PyPI](https://img.shields.io/pypi/v/pynbs.svg)](https://pypi.org/project/pynbs/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pynbs.svg)](https://pypi.org/project/pynbs/)

> A simple python library to read and write [.nbs files](https://hielkeminecraft.github.io/OpenNoteBlockStudio/nbs)
from [Open Note Block Studio](https://hielkeminecraft.github.io/OpenNoteBlockStudio/). Compatible with
python 2 and 3.
> A simple python library to read and write [.nbs files](https://opennbs.org/nbs)
> from [Open Note Block Studio](https://opennbs.org/). Compatible with
> python 2 and 3.
`pynbs` makes it possible to easily iterate over Note Block Studio songs.

Expand Down Expand Up @@ -38,8 +38,8 @@ $ pip install pynbs
```

The latest release follows the latest version of the NBS file format
[specification](https://hielkeminecraft.github.io/OpenNoteBlockStudio/nbs)
(version 4). However, it also allows you to load and save files in any of
[specification](https://opennbs.org/nbs)
the older versions.

## Basic usage
Expand Down

0 comments on commit 128d050

Please sign in to comment.