Skip to content

Commit c8bd788

Browse files
committed
minor rewording on README
1 parent da30d5c commit c8bd788

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ if err != nil {
3232
db, err = sql.Open(driverName, "resource.db")
3333
```
3434

35-
If not wanting to use the named driver magic used by ocsql.Register, an
36-
alternative way to bootstrap the ocsql wrapper exists.
35+
A more explicit and alternative way to bootstrap the ocsql wrapper exists as
36+
shown below. This will only work if the actual database driver has its driver
37+
implementation exported.
3738

3839
Example:
3940
```go

0 commit comments

Comments
 (0)