From 51aea57db7566b5cca27d0c9b8334398f71091f0 Mon Sep 17 00:00:00 2001 From: Kirill Sysoev Date: Sat, 1 Jun 2024 21:01:56 +0800 Subject: [PATCH] Fix few typos --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3b3aeb..be21be0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignme At this point, you're ready to make your changes! Feel free to ask for help; everyone is a beginner at first. -# Make a Pull Request +## Make a Pull Request At this point, you should switch back to your master branch and make sure it's up to date with Wasabi's master branch: diff --git a/README.md b/README.md index e835ae0..baca00c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ func main() { Contributions to Wasabi are welcome! Please submit a pull request or create an issue to contribute. -For an easy start please read [the contributor's guidelines](./CONTRIBUTING.md) +For an easy start please read [the contributor's guidelines](./CONTRIBUTING.md). # License