From d67c8363e490c0656db1b74f104f29e4a3a2eb3f Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Tue, 16 Jun 2020 11:51:16 +0200 Subject: [PATCH] Add repo title in readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9dda66c79..498227bcb 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +# cannon-es + This is a maintained fork of [cannon.js](https://github.com/schteppe/cannon.js), originally created by Stefan Hedman [@schteppe](https://github.com/schteppe). It's a type-safe flatbundle (esm and cjs) which allows for **tree shaking** and usage in **typescript** environments.