readme fix

This commit is contained in:
MaxOhn
2022-07-07 13:05:31 +02:00
parent 89289cafcc
commit 46ac754a57
+1 -1
View File
@@ -8,7 +8,7 @@ Check out rosu-pp's README for more info.
## How to use rosu-pp-py
The library exposes three classes: `Calculator`, `ScoreParams`, `CalculateResult`, and `Strains`.
The library exposes four classes: `Calculator`, `ScoreParams`, `CalculateResult`, and `Strains`.
1) The first step is to create a new `Calculator` instance by providing the constructor the path to a `.osu` beatmap file like so
```py