Skip to content

Commit 2277ca9

Browse files
authored
Update README.md
1 parent 2531a8b commit 2277ca9

File tree

1 file changed

+5
-4
lines changed
  • BasicPythonScripts/Piglatin Translator

1 file changed

+5
-4
lines changed

BasicPythonScripts/Piglatin Translator/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ I want to be able to create a Python program that can translate a given english
1313

1414
### Workflow
1515

16-
- Wrote rough draft algorithm
17-
- Created pull request for feedback
18-
- Got feedback and implemented
19-
- Tweaked algorithm to handle bigger test cases
16+
1. Wrote rough draft algorithm
17+
2. Created pull request for feedback
18+
3. Got feedback and implemented
19+
4. Checked if translating properly
20+
5. Tweaked algorithm to do pig latin correctly and handle big test cases
2021

2122
### Setup instructions
2223
1. Install Python 3 from PyCharm or other Python IDE

0 commit comments

Comments
 (0)