Skip to content

Commit 33becb5

Browse files
committed
Update readme file
1 parent 89a929b commit 33becb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Mycelium Bom
22

33
The `Mycelium-Bom` is a project which defines a software bill of materials (SBOM) for the development of minecraft based
4-
server applications which relies on the Microtus project.
4+
server applications which relies on the Minestom project.
55

66
> [!NOTE]
77
> This BOM includes general dependencies that are commonly used across several projects within the OneLiteFeather
@@ -21,7 +21,7 @@ Gradle (Kotlin DSL):
2121

2222
```kotlin
2323
dependencies {
24-
implementation(platform("net.onelitefeather.mycelium.bom:mycelium-bom:<version>"))
24+
implementation(platform("net.onelitefeather.mycelium-bom:<version>"))
2525

2626
// Dependencies without version specification
2727
implementation("net.minestom:minestom-snapshots")
@@ -35,7 +35,7 @@ Gradle (Groovy):
3535
```groovy
3636
3737
dependencies {
38-
implementation platform('net.onelitefeather.mycelium.bom:mycelium-bom:<version>')
38+
implementation platform('net.onelitefeather.mycelium-bom:<version>')
3939
4040
// Dependencies without version specification
4141
implementation 'net.minestom:minestom-snapshots'

0 commit comments

Comments
 (0)