dorukeker / gyronorm.js

JavaScript project for accessing and normalizing the accelerometer and gyroscope data on mobile devices
MIT License
641 stars 65 forks source link

Fix example in the readme #35

Closed siemiatj closed 7 years ago

siemiatj commented 7 years ago

In the example code for ES6 imports it should use the default import instead of a named one. Named variable is undefined in this case.

GabrielGil commented 7 years ago

It is indeed using a named export...