From 96c439e0438855a74c463de44ee38788ce7cd057 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 23 Jun 2020 23:03:35 +0200 Subject: [PATCH] (docs): fixed small error --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8be3ff6..5978f6e 100644 --- a/Readme.md +++ b/Readme.md @@ -42,7 +42,7 @@ var formattedNumber = myFormat(68932, {noSeparator: true}); will both set formattedNumber to '£68932/item' -The override options can be ommitted: +The override options can be omitted: ``` var format=require('format-number');