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.