From 978a4cf09354d6f351df0d6faab1d536b050089d Mon Sep 17 00:00:00 2001
From: Theodros Yimer <12742021+theodrosyimer@users.noreply.github.com>
Date: Sun, 25 Feb 2024 15:55:21 +0100
Subject: [PATCH] fix: missing arguments in README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e4cf0b0..f1bf6c5 100644
--- a/README.md
+++ b/README.md
@@ -90,10 +90,10 @@ Calculate the range of a given number of signed bytes:
 binez range -sB 2
 ```
 
-Calculate the size limit of a given number of bits in a given memory size in kilobytes:
+Calculate the size limit of a given number in bits in a given memory size in kilobytes:
 
 ```sh
-binez mem -b 16
+binez mem -b 16 -ms 32
 ```
 
 For both the `range` and `size` commands, you can use the `-l` or `--locale` flag to specify the locale to use for formatting the output. The default locale is `en-US`. The supported locales are the same as those supported by the `Intl` object in JavaScript and can be found [here as text](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) or [here as json](https://github.com/mattcg/language-subtag-registry/blob/master/data/json/registry.json) if you prefer.