Skip to content

Commit

Permalink
README.md: corrected typo
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hollowaykeanho committed Sep 3, 2024
1 parent da19789 commit 1934486
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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"
...
Expand Down Expand Up @@ -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).

0 comments on commit 1934486

Please sign in to comment.