From d0f94009bf49a59603b550c5ad3700529160d6b5 Mon Sep 17 00:00:00 2001 From: Pieter Geerkens Date: Fri, 5 Apr 2019 23:15:17 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db83e98..5302e2c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# HexGridUtilitiesForGames +## HexGridUtilitiesForGames -## Hex Grid Utilities for Board-Game Development in C# +### Hex Grid Utilities for Board-Game Development in C# -### A tool-kit of utilities for building board- and strategy-games on a hexagonal grid, providing these features: +#### A tool-kit of utilities for building board- and strategy-games on a hexagonal grid, providing these features: - Lightning-fast **ALT Bidirectional Path-Finding** implementation; - Default landmarks are the 4 corners and 4 side midpoints of the map