From 1dbfc83230d19323a1d4bba9cc46e627da420090 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 10 Apr 2023 21:28:07 +0200 Subject: [PATCH] readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa37107..319b5ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ World Of Warcraft addon `.toc` file parser. Written in typescript. ## Ressources -This implementation is based on based on [wow-toc](https://github.com/zekesonxx/wow-toc) by [Zoey Mertes](https://github.com/zekesonxx). +This implementation is based on [wow-toc](https://github.com/zekesonxx/wow-toc) by [Zoey Mertes](https://github.com/zekesonxx). Furthermore the following documentation was used to create this tool: - http://wowpedia.org/TOC_format @@ -11,6 +11,7 @@ Furthermore the following documentation was used to create this tool: ## Usage // TODO publish + `$ npm install wow-toc` ````ts @@ -28,4 +29,5 @@ console.log(toc) ## License // TODO Apache + MIT. See `LICENSE` \ No newline at end of file