From 28e3d30ef165f3b5966ff0eebab2eb7c815b20ac Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Mon, 14 Mar 2016 16:43:36 -0500 Subject: [PATCH] Rewording. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fefb42..7f289b4 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ #Genann -Genann is a minimal, but well tested and documented, library for training and -using feedforward artificial neural networks (ANN) in C. Its primary focus is -on being simple, fast, reliable, and hackable. It achieves this by providing only the -necessary functions and little extra. +Genann is a minimal, well-tested library for training and using feedforward +artificial neural networks (ANN) in C. Its primary focus is on being simple, +fast, reliable, and hackable. It achieves this by providing only the necessary +functions and little extra. ##Features