From 1934486de6d176ea509556bc13b4e5042cdc1c46 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Tue, 3 Sep 2024 12:11:07 +0800 Subject: [PATCH] README.md: corrected typo There were some typos here and there that requires some corrections. Hence, let's do this. This patch corrects typo inside README.md. Signed-off-by: (Holloway) Chew, Kean Ho --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf37437..1c06b02 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ This project was initiated primarily because of: syntax. 3. **Consumption freedom** - HestiaTOML makes NO decision and NO assumption on how you consume the parsed data: use the corresponding data type sanitization - function to convert from `string` into your desired data type, not here. + function and libraries to convert from `string` into your desired data type; + not here. 5. **Simple to integrate** - simple enough to use for all supported programming languages. @@ -57,6 +58,12 @@ maintenance & development uses (as in, the production factory itself). Hence, please avoid them and only use it at your own risk. +### Dependencies + +This library depends on the following libraries: + +1. **HestiaSTRING** - https://github.com/ChewKeanHo/HestiaSTRING + ### Javascript|Typescript Ecosystems @@ -89,7 +96,7 @@ For always latest release, please use the `latest` version tag. Example: ... "dependencies": { ... - "@chewkeanho/hestiaSTRING": "git+https://github.com/ChewKeanHo/hestiaSTRING.git#[VERSION]_npm", + "@chewkeanho/hestiaSTRING": "git+https://github.com/ChewKeanHo/hestiaSTRING.git#latest_npm", ... "@chewkeanho/hestiaTOML": "git+https://github.com/ChewKeanHo/hestiaTOML.git#latest_npm" ... @@ -119,4 +126,4 @@ The libraries are based on the following data sources: ## License -This project is licensed under [OSI compliant Apache 2.0 License](LICENSE.txt). +This project is licensed under [Chew Kean Ho's Hestia License Agreement](LICENSE.pdf).