@rian8337/osu-base 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -136,7 +136,7 @@ if (!beatmapInfo.title) {
136
136
  }
137
137
 
138
138
  // Decoded beatmap can be accessed via the `map` field
139
- console.log(beatmapInfo.map);
139
+ console.log(beatmapInfo.beatmap);
140
140
  ```
141
141
 
142
142
  #### Not retrieving beatmap file