Skip to content

Commit

Permalink
fix rename in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Jul 31, 2024
1 parent df69f4c commit a9c86d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ schema. Libschema hopes to start solving this problem.
Migrations are registered:

```go
schema := libschema.NewSchema(ctx, libschema.Options{})
schema := libschema.New(ctx, libschema.Options{})

sqlDB, err := sql.Open("postgres", "....")

Expand Down

0 comments on commit a9c86d4

Please sign in to comment.