diff --git a/AUTHORS.md b/AUTHORS.md
index dcc9fec..cb0614e 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -6,6 +6,7 @@
# Other Contributors
----------
- [@boreshnavard](https://github.com/boreshnavard) **
+- [@AHReccese](https://github.com/AHReccese)
** Graphic designer
diff --git a/README.md b/README.md
index 6869ff4..a51c130 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@
MyCoffee: Brew Perfect Coffee Right from Your Terminal
-
+
## Overview
-MyCoffee is a command-line tool for coffee enthusiasts who love brewing with precision. It helps you calculate the perfect coffee-to-water ratio for various brewing methods, ensuring you brew your ideal cup every time—right from your terminal.
+MyCoffee is a command-line tool for coffee enthusiasts who love brewing with precision. It helps you calculate the perfect coffee-to-water ratio for various brewing methods, ensuring you brew your ideal cup every time-right from your terminal.
@@ -64,7 +64,7 @@
## Usage
-⚠️ You can use `mycoffee` or `python -m mycoffee` to run this program
+ℹ️ You can use `mycoffee` or `python -m mycoffee` to run this program
### Version
@@ -103,9 +103,9 @@ Info: V60 method
### Customize
-⚠️ You can run `mycoffee --coffee-units-list` to view the supported coffee units
+ℹ️ You can run `mycoffee --coffee-units-list` to view the supported coffee units
-⚠️ You can run `mycoffee --water-units-list` to view the supported water units
+ℹ️ You can run `mycoffee --water-units-list` to view the supported water units
```shell
> mycoffee --method=chemex --water=20 --cups=3 --coffee-ratio=2 --water-ratio=37 --coffee-unit=g --water-unit=g
diff --git a/mycoffee/params.py b/mycoffee/params.py
index c28f8d4..3cf4dcf 100644
--- a/mycoffee/params.py
+++ b/mycoffee/params.py
@@ -197,7 +197,7 @@
"lb": {"name": "pound", "rate": 0.00220462262185},
"mg": {"name": "milligram", "rate": 1000},
"kg": {"name": "kilogram", "rate": 0.001},
- "cb": {"name": "coffee beans", "rate": 7.5471698},
+ "cb": {"name": "coffee bean", "rate": 7.5471698},
"tbsp": {"name": "tablespoon", "rate": 0.18528},
"tsp": {"name": "teaspoon", "rate": 0.55585},
"dsp": {"name": "dessertspoon", "rate": 0.27792},
diff --git a/setup.py b/setup.py
index 2f3ebfd..01d1f33 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ def read_description():
author_email='me@sepand.tech',
url='https://github.com/sepandhaghighi/mycoffee',
download_url='https://github.com/sepandhaghighi/mycoffee/tarball/v0.7',
- keywords="python3 python ratio coffee terminal",
+ keywords="coffee ratio terminal brew cli",
project_urls={
'Source': 'https://github.com/sepandhaghighi/mycoffee'
},
diff --git a/test/functions_test.py b/test/functions_test.py
index f65ce89..9cbfe14 100644
--- a/test/functions_test.py
+++ b/test/functions_test.py
@@ -141,7 +141,7 @@
>>> show_coffee_units_list()
Coffee units list:
-1. `cb` - coffee beans
+1. `cb` - coffee bean
2. `cup` - cup
3. `dsp` - dessertspoon
4. `g` - gram
@@ -382,7 +382,7 @@
>>> run(args)
Coffee units list:
-1. `cb` - coffee beans
+1. `cb` - coffee bean
2. `cup` - cup
3. `dsp` - dessertspoon
4. `g` - gram