From 93100451322b17f443370a48d1acdaf9e98483f3 Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Mon, 14 Nov 2022 14:35:47 -0500 Subject: [PATCH] Fix typo in basis readme --- 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