From a3a63043b8023295d621d827f178ed4f55246dc0 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Wed, 17 Jun 2015 22:28:15 +0300 Subject: [PATCH] Readme.md changes --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index cea7620..4006eab 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,13 @@ # CrossGen # -Very simple tool for generating crosswords. *Almost* course work. +Very simple tool for generating crosswords. ### Features ### -1. Supports many of languages if dictionary contains lines like -``` -WORD - DESCRIPTION -``` -2. Supports any grid that have format like -``` -++++ -+--+ -+--+ -++++ -``` +1. Supports many of languages if dictionary contains lines like ` +WORD - DESCRIPTION` +2. Easy-to-understand format +3. Simple export to many formats (in progress) ### Dependecies ### Only wxWidgets.