From bd04bd374d474386fcaf84932191eb033fbed9b7 Mon Sep 17 00:00:00 2001 From: Borewit Date: Tue, 27 Jul 2021 16:11:21 +0200 Subject: [PATCH] Install `@tokenizer/token` for TypeScript --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dcb69a8..8391ac6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ Usually in combination with [strtok3](https://github.com/Borewit/strtok3): npm install --save strtok3 ``` +Using TypeScript you should also install [@tokenizer/token](https://github.com/Borewit/tokenizer-token) as a development +dependency: + +```shell +npm install --save-dev @tokenizer/token +``` + + ## Example ```js