update readme

This commit is contained in:
2024-07-18 06:31:29 +02:00
parent 22c3497fec
commit ddd6954142

View File

@@ -28,7 +28,7 @@ public Plugin(DalamudPluginInterface pluginInterface)
} }
``` ```
### Hook into Nameplates ### Hook into NamePlates
Nameplates has been reworked by @nebel and will be part of core Dalamud soon. Nameplates has been reworked by @nebel and will be part of core Dalamud soon.
@@ -40,7 +40,6 @@ Use the new service already now via Pilz.Dalamud:
var namePlateGui = Pilz.Dalamud.NamePlate.INamePlateGui.Instance; var namePlateGui = Pilz.Dalamud.NamePlate.INamePlateGui.Instance;
``` ```
## Contribute ## Contribute
- Freel free to PR changes or new features/libraries. - Freel free to PR changes or new features/libraries.