From f57bbba83450ece0c37094eb8a3abcab80e9b109 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Wed, 9 May 2018 10:46:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4704771..007d6ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Framer Form aims to deliver an easy and familiar syntax for all its components. ### Updates | Date | Summary | Commit | | :--- | :--- | :--- | -| 2018-05-09 | Models now have support for textureMaps via the map-property in the constructor. More information [here](documentation/Model.md#properties). | [4bb9b0e](https://github.com/emilwidlund/framer-form/commit/4bb9b0e9c470d53963883906dacb8276f5a25437) | +| 2018-05-09 | Models now have support for Texture Maps via a "map"-property. More information [here](documentation/Model.md#properties). | [4bb9b0e](https://github.com/emilwidlund/framer-form/commit/4bb9b0e9c470d53963883906dacb8276f5a25437) | | 2018-05-09 | The stateCycle-method now takes an unlimited amount of arguments. | [fc89fdc](https://github.com/emilwidlund/framer-form/commit/fc89fdcf5587470f33e4130a8159e66edecb219b) | | 2018-05-08 | The stateCycle-method now cycles between all available states if no arguments are specified. | [f2a1dfb](https://github.com/emilwidlund/framer-form/commit/f2a1dfbc412da8b634e23b66c5bfb467d9e941c1) | | 2018-04-11 | Implemented support for damping inertia when Camera Orbiting. More information [here](documentation/Scene.md#if-orbitcontrols-is-enabled). | [0e8bec8](https://github.com/emilwidlund/framer-form/commit/0e8bec8b9f050b689a570a9642eb1ae951aab0d1) |