diff --git a/README.md b/README.md index 3bd30a9..39f8295 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,7 @@ In this project, you will be building a text-based user interface that will take ## Project Brief This application with simulate randomly generating names from a pre-defined list. A use case could be: a set of new parents can't choose a name from a shortlist. Why not use Python to help! -heheahd +The application will: +- Take a user input of shortlist names. +- Take a second user input of how many names they want randomly selected from that shortlist. This should be a positive integer. The app should check if the input is valid. +- Print to the user the randomly selected names.