QUOTE: Let your heart guide you always.

figure

The vanilla alternative for writing JSX-based React applications

commit 62067cc679295cac9a6753a25e754bd733aa1de0
parent cfc12b4eee213a0377041ce891ddde21dc5460b8
Author: Andreas <contact@typable.dev>
Date:   Thu, 13 Apr 2023 20:23:19 +0200

Updated README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ If you're looking for a more efficient way to build React applications, figure m <br/> ```javascript -import figure from 'https://typable.dev/cdn/figure/lib.js'; +import figure from 'https://cdn.typable.dev/figure'; const { dict } = figure(React.createElement); const html = dict();