Skip to content

Commit

Permalink
Changed project name in title.
Browse files Browse the repository at this point in the history
  • Loading branch information
gogognome committed Feb 4, 2016
1 parent a2c28b7 commit 91bcfc0
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 91bcfc0

Please sign in to comment.