From 80d6fcafb82319be5f6d39fa4063b20eb1307713 Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Thu, 17 Nov 2022 10:17:37 -0500 Subject: [PATCH] Fix typo in basis readme (#8850) --- packages/basis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/basis/README.md b/packages/basis/README.md index ba91c85768..082dfbf514 100644 --- a/packages/basis/README.md +++ b/packages/basis/README.md @@ -1,11 +1,11 @@ # @pixi/basis -This package contains the loader for *.basis files, and it also ships with the transcoder. +This package contains the parser for *.basis files, and it also ships with the transcoder. ## Installation ```bash -npm install @pixi/core +npm install @pixi/basis ``` ## Usage