diff --git a/NetAF.Examples/Program.cs b/NetAF.Examples/Program.cs index b5b73156..8d1e227a 100644 --- a/NetAF.Examples/Program.cs +++ b/NetAF.Examples/Program.cs @@ -75,7 +75,7 @@ private static void Main(string[] args) new Zelda().Instantiate() }; - var overworld = new Overworld("Demo", "A demo of the NetAF."); + var overworld = new Overworld("Demo", "A demo of NetAF."); var hub = new Hub().Instantiate(); PopulateHub(hub, overworld, regions.ToArray()); @@ -112,7 +112,7 @@ private static void Main(string[] args) return overworld; }; - var about = "This is a short demo of the NetAF made up from test chunks of games that were build to test different features during development."; + var about = "This is a short demo of NetAF made up from test chunks of games that were build to test different features during development."; var creator = Game.Create("NetAF Demo", about, @@ -131,4 +131,4 @@ private static void Main(string[] args) } } } -} \ No newline at end of file +}