Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gogognome/gogodataaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Kooijmans committed Oct 24, 2016
2 parents c89164b + 91bcfc0 commit b8e4f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gogodataaccess
# Gogo Data Access
Gogo data access, a simple data access library for Java

## What does gogo data access offer?
Expand Down Expand Up @@ -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.
to be used with different ids in the configuration file.

0 comments on commit b8e4f8f

Please sign in to comment.