diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a74639..c44e738 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Install `goose`: go get -u github.com/pressly/goose/cmd/goose ``` -Note: Up migration are automatically executed when the application is run. +Note: Up migrations are automatically executed when the application is run. ```bash goose -dir db create sql # Create migration in db folder diff --git a/README.md b/README.md index 7a7b9d9..0983597 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Onepanel -Welcome to Onepanel! This is the main repository for the API and also where you can submit bugs and enchancement requests. +Welcome to Onepanel! This is the main repository for the API and also where you can submit bugs and enhancement requests. ## Getting started See our [deployment guide](https://onepanelio.github.io/core-docs/docs/deployment/overview) to get started.