From 37212a892107c0d9a8135c2f38d5b3325dbefac8 Mon Sep 17 00:00:00 2001 From: MoistOverflow Date: Sun, 21 May 2023 20:09:55 -0400 Subject: [PATCH] slightly better description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3255376..bb019e1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # gpCalc -simple gross profit calculator that takes an original cost, percentage and returns a resale price +simple gross profit calculator build with react-native in expo. All it does is take in a original cost, desired GP percentage and returns a resale price.