Skip to content

Commit 5a46e95

Browse files
author
Karan Goel
committed
Add link to count_words.py
1 parent 2f2e54c commit 5a46e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Text
7474

7575
[**Check if Palindrome**](https://github.com/thekarangoel/Projects/blob/master/Text/palindrome.py) - Checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backwards like “racecar”
7676

77-
**Count Words in a String** - Counts the number of individual words in a string and display the top 5/10 most used words.
77+
[**Count Words in a String**](https://github.com/thekarangoel/Projects/blob/master/Text/count_words.py) - Counts the number of individual words in a string and display the top 5/10 most used words.
7878

7979
**Text Editor** - Notepad style application that can open, edit, and save text documents. *Optional: Add syntax highlighting and other features.*
8080

0 commit comments

Comments
 (0)