From 73eb27456a61eb53d9db9a993bb64323273bd276 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sun, 16 Aug 2020 15:43:41 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();