From 3f2df3a751abd41a1508716829fc918e0aec4198 Mon Sep 17 00:00:00 2001 From: Christi Kaes Date: Tue, 17 Sep 2019 18:08:57 -0400 Subject: [PATCH] Update README.md The example code didn't work out of the box for me because it was missing an `aframe-particle-system-component` install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92fa052..ced43cf 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Install with [npm](https://www.npmjs.com/package/aframe-react) or [yarn](https://github.com/yarnpkg/yarn). ``` -npm install --save aframe aframe-react react react-dom +npm install --save aframe aframe-react aframe-particle-system-component react react-dom yarn add aframe aframe-react react react-dom ```