Skip to content

Commit 215a9eb

Browse files
Fix badge link in README for StorageManager-API
1 parent 4f3d8a5 commit 215a9eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ StorageManager API
88

99
<p align="center">
1010
<a href="https://github.com/superstrellaa/StorageManager-API/releases">
11-
<img src="https://img.shields.io/github/v/release/superstrellaa/StorageManagerAPI?style=flat-square" />
11+
<img src="https://img.shields.io/github/v/release/superstrellaa/StorageManager-API?style=flat-square" />
1212
</a>
1313
<img src="https://img.shields.io/badge/Minecraft-1.21-blue?style=flat-square" />
1414
<img src="https://img.shields.io/badge/Loader-Fabric-blueviolet?style=flat-square" />
@@ -131,4 +131,4 @@ StorageManager.insertImmediate("player_data", new RowData()
131131

132132
``` java
133133
StorageManager.flushAll();
134-
```
134+
```

0 commit comments

Comments
 (0)