From 2405f1fb538b6a45da6e89a842cdce7627b55db6 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Thu, 10 Jun 2021 01:42:48 +1200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d01b03e..3c4089d 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ while (true){ * Be aware that component registrations are contained via [BitSet](https://docs.oracle.com/javase/8/docs/api/java/util/BitSet.html). As the array is extended as bits are needed, note that the order of the set bits may impact performance with a large number of component types. ### Example: -[App.java](/BrychanD/JavaECS-Examples/src/branch/master/demo1/src/main/java/nz/ac/massey/javaecs/examples/App.java#line=29-128) +[App.java](/BrychanD/JavaECS-Examples/src/branch/master/demo1/src/main/java/nz/ac/massey/javaecs/examples/App.java#line=12-128)