readme: slight formatting tweak

This commit is contained in:
Liam Staskawicz 2013-01-06 11:32:51 -08:00
parent 8ccb502c95
commit 0287dcd9b2

View File

@ -73,7 +73,7 @@ A sample SQL migration looks like:
title text,
body text,
PRIMARY KEY(id)
);
);
-- +goose Down
DROP TABLE post;