diff --git a/subjects/atm_management_system/README.md b/subjects/atm_management_system/README.md index f036a0ed..dfc79372 100644 --- a/subjects/atm_management_system/README.md +++ b/subjects/atm_management_system/README.md @@ -120,7 +120,7 @@ This project will help you learn about: - [C](https://en.wikipedia.org/wiki/C_%28programming_language%29) language - Language Fundamentals - Data manipulation - - File [stdino](TODO:link) + - File manipulation - Data structures - Makefile - Terminal UI diff --git a/subjects/atm_management_system/audit/README.md b/subjects/atm_management_system/audit/README.md index 9847fda0..a7d33ed7 100644 --- a/subjects/atm_management_system/audit/README.md +++ b/subjects/atm_management_system/audit/README.md @@ -66,17 +66,17 @@ ###### And if so did it update the file `"records.txt"`? -##### Utilizing the use Alice try to select the option `"Remove existing account"` and remove the accounts `"834213"`, `"320421"` and `"3214"`. +##### Utilizing the user Alice try to select the option `"Remove existing account"` and remove the accounts `"834213"`, `"320421"` and `"3214"`. ###### Can you confirm that those account were deleted, both in the application and file `"records.txt"`? -##### Utilizing the use Alice select the option `"Remove existing account"` and try to remove and nonexisting account. +##### Utilizing the user Alice select the option `"Remove existing account"` and try to remove and nonexisting account. ###### Did the application prompt some king of error saying that the account does not exits? ##### Create another user named `"Michel"`. Then by using the user Alice select the option `"transfer owner"` and try to transfer ownership of the account `"3212"` to Michel. -###### Were you able to transfer the ownership of this account to Michel? And if so did it update both application and file named `"records.txt"`? +###### Were you able to transfer the ownership of this account to Michel? And if so did it update both application and file `"records.txt"`? #### Bonus