From e1ccff54c3956232aa41a2c8e251938850f888f6 Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Fri, 31 Jan 2020 22:36:16 -0800 Subject: [PATCH] update destroy to dispose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7b8e3..aabb042 100644 --- a/README.md +++ b/README.md @@ -167,5 +167,5 @@ for (i = 0; i < total; i++) { | `point(ctx)` | Draw circles at each drawing point and lines for each type. | | `box(ctx)` | Draw outline box for the text. | | `reset()` | Reset all the values. | -| `destroy()` | Destroy. | +| `dispose()` | Dispose. |