diff --git a/README.md b/README.md index 5df61c4..fbc4435 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,7 @@ const Dead = () => ({}); // Tag component (doesn't contain any actual data) const world = World({}) .register(Name) .register(Position) - .register(Dead) - ; + .register(Dead); const mario = world .entity()