Update README.md

removing the extra semicolon because @blackneck was confused
This commit is contained in:
Marc Shilling 2016-10-13 10:21:07 -04:00 committed by GitHub
parent ef620987ba
commit f100ef12c4

View File

@ -35,7 +35,7 @@ A cross-platform bridge that allows you to enable and disable the screen idle ti
3. and finally, in `android/src/main/java/com/{YOUR_APP_NAME}/MainActivity.java` add:
```java
//...
import com.marcshilling.idletimer.IdleTimerPackage;; // <--- This!
import com.marcshilling.idletimer.IdleTimerPackage; // <--- This!
//...
@Override