Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Aug 10, 2024
1 parent 0393eb8 commit 9278605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Install:

Libschema provides a way for Go libraries to manage their own database migrations.

Trying migrations to libraries supports two things: the first is
Tying migrations to libraries supports two things: the first is
source code locality: the migrations can be next to the code that
uses the tables that the migrations address.

The second is support for migrations in third-party libraries. This
The second is support for migrations in third-party libraries. This
is a relatively unexplored and unsolved problem: how can an open
source (or proprietary) library specify and maintain a database
schema. Libschema hopes to start solving this problem.
schema? Libschema hopes to start solving this problem.

## Register and execute

Expand Down

0 comments on commit 9278605

Please sign in to comment.