From 6f8367d9475e0fe8712c00114dd0effa6ab86b82 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 20 Jun 2017 17:04:25 -0400 Subject: [PATCH] Fixes another typo. Thanks @michelled! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 407c30f..0400d50 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Open Sound Control message payloads are flat; there is no way to send named para ### Types of PhET Events * User: triggered by a user action -* Model: a change in the simulation's sate +* Model: a change in the simulation's state ### Structure of a PhET Event * Events are hierarchical; they can contain ``children`` events that "were triggered while this event was being processed." In this OSC binding, we have flattened the parent/child event structure, treating them as a flat sequence of events.