From a8406423edefe698555b4700965be592e30b82b6 Mon Sep 17 00:00:00 2001 From: TheLie0 Date: Mon, 20 Mar 2017 12:42:01 +0100 Subject: [PATCH] Update README.md fixed typo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c139282..8d21a1c 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,7 @@ Generates (and filters) Pascal's triangles just for you. Requires Python 2.7. If you want to find out how to use the code without the I/O access, look into main.py. It's only 32 lines, -which are 50% String and ~12% empty lines. the rest should be quite easily understanfdable code, even for beginners. +which are 50% String and ~12% empty lines. the rest should be quite easily understandable code, even for beginners. +If you need help with anything regarding this repo, feel free to contact me via github or open an issue. + Have Fun!