diff --git a/README.md b/README.md index de90472..3c30309 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# code-in-place-word-frequency-counter +# word-frequency-counter Code in Place final project **Word Frequency Counter**: The program gives two options to user to load text for analyzing 1) input through console 2) Load through plain txt file. The text to analyze is then sent to processing unit that processes each word and updates the count for the existing word by 1 if already present. We remove following words from the list- 1) Remove the leading spaces and newline character