From 504b7599a3b097a95bec28b2cb8aeb87a5dc03ed Mon Sep 17 00:00:00 2001 From: ponderingdemocritus Date: Sun, 4 Aug 2024 15:14:06 +1000 Subject: [PATCH] readme --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 208bd4b..9320f1b 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,9 @@ This SDK enables easy creation of Loot Survivor experiences. It provides everything you need to build a fully functioning client for Loot Survivor. -Currently the only package is the `core` which is vanilla.js of the following: +``` +pnpm add @lootsurvivor/core @lootsurvivor/react +``` ## Features @@ -14,9 +16,9 @@ Currently the only package is the `core` which is vanilla.js of the following: - [x] Game Constants - [x] Hosted Images - [x] Zustand State -- [] Abstracted Graphql queries for deep information +- [x] Abstracted Graphql queries for deep information - [] gPRC provider -- [] React Package +- [x] React Package ## Usage