diff --git a/README.md b/README.md index 7931a03f0e3f306925fbb835a5b17ab892db79d5..7a3aee2a7b7a41866e319ec7d3f3c2eb38441c0e 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ You can provide haptic feedback to the hand holding the phone, when the ball lea * [x] The git repository URL is correctly provided, such that command works: `git clone <url> ` * [x] The code is well, logically organised and structured into appropriate classes. Everything should be in a single package. -* [ ] The app has been user tested with someone other than the author. +* [x] The app has been user tested with someone other than the author. * [x] The user can go to Preferences and set the MIN_ACC value (sensitivity). * [x] The app plays sounds on the ball highest point. * [x] The app records the highest point reached by the ball. -* [ ] Share your sensitivity constant as well as the size of the sliding window with others. +* [x] Share your sensitivity constant as well as the size of the sliding window with others. * [x] The repo is *public*, such that reviewers can access it and review it. * [x] The repo has a README.md file, explaining how to build the app, how to use the app, which features are working, which are not working, how the code is organised, and what extras does the project have.