diff --git a/API-Flag.md b/API-Flag.md index 6075ecf..c463d18 100644 --- a/API-Flag.md +++ b/API-Flag.md @@ -89,4 +89,4 @@ To register a flag, use: # Adding a flag to a plot -To add a flag to a plot, use `plot.setFlag(flagInstance)`. If you need a new flag instance, and only have the flag type, it is possible to add a flag using `plot.addFlag(GlobalFlagContainer.getInstance().getFlag(flagInstance).createFlagInstance(flagValue))` \ No newline at end of file +To add a flag to a plot, use `plot.setFlag(flagInstance)`. If you need a new flag instance, and only have the flag type, it is possible to add a flag using `plot.setFlag(GlobalFlagContainer.getInstance().getFlag(flagInstance).createFlagInstance(flagValue))` \ No newline at end of file