Skip to content

Commit

Permalink
Adding to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
it0a committed Jun 2, 2015
1 parent df7ac3b commit 8d5701f
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
Expand Up @@ -21,14 +21,14 @@ migrations/migrations.clj
migrations/databases.clj
```

*migrations/migrations.clj*:
**migrations/migrations.clj**:
```clojure
{"0.0.1" ["1.sql"
"2.sql"]
"0.0.2" ["1.sql"]}
```

*migrations/databases.clj*:
**migrations/databases.clj**:
```clojure
{"default" {:classname "com.mysql.jdbc.Driver"
:subprotocol "mysql"
Expand Down

0 comments on commit 8d5701f

Please sign in to comment.