From 661175fb1a1fe1600dd9ad3d569c4c214d467b3f Mon Sep 17 00:00:00 2001 From: Cheezer1656 <118921295+Cheezer1656@users.noreply.github.com> Date: Thu, 23 May 2024 19:53:18 -0700 Subject: [PATCH] Fix typo in README.md Change "TypeScrip" to "TypeScript" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9868a5c..bd011d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # staffrender -A plain vanilla TypeScrip library to render music score in browsers +A plain vanilla TypeScript library to render music score in browsers It has been created to support Tensorflow/Magenta-JS staff visualizer, but it could be used standalone. @@ -27,4 +27,4 @@ This is a **work in process** project, who has some to do list, like triplets, q - Run `yarn prepublish` to verify new version standard before any contribution - Admin only: - Update version - - Run `npm publish` \ No newline at end of file + - Run `npm publish`