From de93096739c2e383d57c4652c431a8d37d36c050 Mon Sep 17 00:00:00 2001 From: B-Lucky <54721882+B-Lucky@users.noreply.github.com> Date: Thu, 10 Oct 2019 19:36:11 -0400 Subject: [PATCH] Update README.md Thought having a name that is short and rhymes could make it easier for users to remember. Also thought the play on words with "Py" (python) instead of "Pi" could be good for branding. Added another sentence to the description also on line #6. Let me know what you think! --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e87016..034dc38 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# simple-maths -Simple math functions in python. (As of now, a least) +# Py Guys +Py Guys functions in python. (As of now, a least) This project will be dedicated to create (mostly) simple (and hopefully) fast mathematical functions. -The project will be mostly for educational purposes, and can be used by anyone who may desire so. +The project will be mostly for educational purposes, and can be used by anyone who may desire so. +We hope all people can use this as another study resource, or even a way to teach themselves something new. You may also, if you so desire, contribute to the project. The idea is to use as few external libraries as possible, and only use built-in python libraries.