From c6e81eb1274174396acec4d982f1fca6269e60cf Mon Sep 17 00:00:00 2001 From: Benjamin Aster <63414473+BenjaminAster@users.noreply.github.com> Date: Fri, 15 Sep 2023 06:51:35 +0200 Subject: [PATCH] fix spelling mistake in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eba658b..9c87dee 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GitHub: [BenjaminAster/TypeScript-types-for-new-JavaScript](https://github.com/B Install using npm: ```shell -npm i -D new-javscript@latest +npm i -D new-javascript@latest ``` Reference the type definitions directly in your TypeScript/JavaScript files...