From 79b6488e8d895db14a8e2b8b9497dea283ed05e8 Mon Sep 17 00:00:00 2001 From: Johannes Pfeiffer Date: Tue, 9 Jul 2024 13:49:36 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5781059..3e2bba4 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ git clone https://github.com/UmamiAppearance/BaseExJS.git ### npm ```console -nmp install base-ex +npm install base-ex ``` ## Builds @@ -531,4 +531,4 @@ Copyright (c) 2023, UmamiAppearance * The **Base2048** Decoder relies on the work of [_qntm_](https://github.com/qntm). The original code is licensed under the [MIT-License](https://opensource.org/licenses/MIT). The original code is already written in JavaScript and was slightly adjusted. -* Non Integer Bases can only work with a high decimal precision, this is done with the help of [Big.js](https://github.com/MikeMcl/big.js). The code is reduced to the requirements of the converters (at the moment this is only **BasePhi**). _Big.js_, created by [_Michael Mclaughlin_](https://github.com/MikeMcl), is licensed under the [MIT-License](https://opensource.org/licenses/MIT). \ No newline at end of file +* Non Integer Bases can only work with a high decimal precision, this is done with the help of [Big.js](https://github.com/MikeMcl/big.js). The code is reduced to the requirements of the converters (at the moment this is only **BasePhi**). _Big.js_, created by [_Michael Mclaughlin_](https://github.com/MikeMcl), is licensed under the [MIT-License](https://opensource.org/licenses/MIT).