diff --git a/README.md b/README.md index 4d73108..080404b 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,7 @@ public Plugin(DalamudPluginInterface pluginInterface) ### Hook into NamePlates -Nameplates has been reworked by @nebel and will be part of core Dalamud soon. - -Read more at: https://github.com/goatcorp/Dalamud/pull/1915 - -Use the new service already now via Pilz.Dalamud: - -```cs -var namePlateGui = Pilz.Dalamud.NamePlate.INamePlateGui.Instance; -``` +__**DEPRICATED!** Use the ``INameplate`` service wich is now implemented [within Dalamud](https://github.com/goatcorp/Dalamud/pull/1915). The old Nameplate Addon and the new temporary Nameplate service has been removed since v0.7.0 of this library.__ ## Contribute