From 8520c8a1c504b61bf1b53d1fe20a68d0747948de Mon Sep 17 00:00:00 2001 From: Pomax Date: Sun, 23 Aug 2020 12:00:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7fe18a..a280d8cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The primer is currently being rewritten from a React application to a pure HTML/ React is nice, Webpack is convenient, but there's just very little need to serve the Primer as "a React app". Simply convert the various parts to HTML directly, and then assemble it as "a page" that _just works_, rather than as "an application" that won't even show content without JS enabled. -## #Current progress: +### Current progress: - [x] create an HTML custom element for the graphics (also see https://github.com/pomax/custom-graphics-element) - [x] use bezier.js in the custom element's `Bezier` class