From b7ae3b84d1f03fca92b1f999f8084a0e0547fd42 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Mon, 14 Sep 2020 17:06:13 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b29144..19a2aa3 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ I wanted to try to write a lib similar to [react-three-fiber](https://github.com I first made a simple *Proof of Concept*, take a look at [Test.vue](/src/components/Test.vue) : ```html - + - - + + - - + + ```