Fix qm references in readme

This commit is contained in:
Patrick O'brien 2016-09-20 11:56:49 +10:00
parent a42175011b
commit 7e1ac08639

View file

@ -488,7 +488,7 @@ when performing query building. Here is a list of all of your generated query mo
```go
// Dot import so we can access query mods directly instead of prefixing with "qm."
import . "github.com/vattle/sqlboiler/boil/qm"
import . "github.com/vattle/sqlboiler/queries/qm"
// Use a raw query against a generated struct (Pilot in this example)
// If this query mod exists in your call, it will override the others.