From 91bcfc0ecb7b8c135e36104bfbf6c58fb27b9250 Mon Sep 17 00:00:00 2001 From: Sander Kooijmans Date: Thu, 4 Feb 2016 22:17:04 +0100 Subject: [PATCH] Changed project name in title. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6e61f3..f0438bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gogodataaccess +# Gogo Data Access Gogo data access, a simple data access library for Java ## What does gogo data access offer? @@ -208,4 +208,4 @@ You can check which migrations have actually been applied by checking `appliedMi Java classes referred to by the configuration file must implement the `Migration` interface and implement a public constructor that accepts a single `long` as parameter, which is the id of the migration. This allows one Java class -to be used with different ids in the configuration file. \ No newline at end of file +to be used with different ids in the configuration file.