readme: update import path in heroku instructions

pull/2/head
Liam Staskawicz 2013-10-08 16:35:09 -07:00
parent 80293b668f
commit 8b0e5cc603
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ These instructions assume that you're using [Keith Rarick's Heroku Go buildpack]
// +build heroku
package main
import _ "bitbucket.org/liamstask/goose"
import _ "bitbucket.org/liamstask/goose/cmd/goose"
[Set up your Heroku database(s) as usual.](https://devcenter.heroku.com/articles/heroku-postgresql)