From 3e4751e153616b7455a3222537915623813b17d3 Mon Sep 17 00:00:00 2001 From: Christopher Buss Date: Thu, 12 Mar 2026 00:20:27 +0000 Subject: [PATCH] Fix typos in README.md for integration test --- games/integration/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/integration/README.md b/games/integration/README.md index 53f1b142240..a43e3592c01 100644 --- a/games/integration/README.md +++ b/games/integration/README.md @@ -1,10 +1,10 @@ ## Integration test -This is a test integration place that demonstrates several pakages working in coordination with each other, as well as the general structure that one could use to setup a game. +This is a test integration place that demonstrates several packages working in coordination with each other, as well as the general structure that one could use to setup a game. It includes a few interactive elements using binders, as well as localization strategies, strategies for input for specific players, interaction with the IK system, and usage of the octree. -Of note, is client-side specific input, that is, rendering stuff for one client based upon global state (for example, contextual awareness of game-state). +Of note is client-side specific input, that is, rendering stuff for one client based upon global state (for example, contextual awareness of game-state). ## Testing the game Open up places/NevermoreIntegrationTest.rbxl @@ -18,4 +18,4 @@ rojo serve Run ``` npm install -``` \ No newline at end of file +```