NEWS: Welcome to my new homepage! <3

Fixed spelling - figure - Unnamed repository; edit this file 'description' to name the repository.

figure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 21e76871507d32553c84e7cabc65a973a4ed72e4
parent 3e73dc1735bddaf786cb3101e5a1778d4752a964
Author: Andreas <contact@typable.dev>
Date:   Fri,  7 Apr 2023 01:49:03 +0200

Fixed spelling
Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ Reactive template literals for React import figure from '...'; // initialize figure -const { dist } = figure({ createElement }); +const { dict } = figure({ createElement }); // add your components to a bundle const ElementBundle = { @@ -15,7 +15,7 @@ const ElementBundle = { }; // add your bundles to the dictionary -const html = dist({ +const html = dict({ el: ElementBundle, });