diff --git a/README.md b/README.md index 4b8da34..5ee7598 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Consult `implot_demo.cpp` for a comprehensive example of ImPlot's features. ## Integration 1) Add `implot.h`, `implot_internal.h`, `implot.cpp`, `implot_items.cpp` and optionally `implot_demo.cpp` to your sources. -2) Create and destroy an `ImPlotContext` wherever you create your `ImGuiContext`: +2) Create and destroy an `ImPlotContext` wherever you do so for your `ImGuiContext`: ```cpp ImGui::CreateContext();