From 44e731a955af7c002809a539378b953d32a535c5 Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:30:26 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ae517..75cdf08 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Testing Android API 31 This app and repository are created for the course CT60A4160 Fundamentals of Software Testing of LUT University, Finland. -The app takes in user's input and uses a SQLite database to save details. -The user can view all details, update, and delete them later. +The app takes in user-entered data and uses a SQLite database to store the data. +The user can view, update, and delete the data later. ## Environment The app was tested on API level 32 during development, using USB debugging.