From bf6f92c214aa24cb9620e65c85d112ef7c98821d Mon Sep 17 00:00:00 2001 From: Alistair McKinnell Date: Thu, 20 Jun 2024 21:25:42 -0400 Subject: [PATCH] Renamed the master branch to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9401511fb1cb..307a17fe5b474 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ TIL is a public Nulogy microblog for sharing web development tips, tricks, and t ``` # Adding a post -Simply make a new markdown file in `_posts` folder, follow the recipe established by previous posts. Commit and push to master and you should see the changes at https://nulogy.github.io/til/ +Simply make a new markdown file in `_posts` folder, follow the recipe established by previous posts. Commit and push to main and you should see the changes at https://nulogy.github.io/til/ # Technical Info This project is based off [JekyllNow](https://github.com/barryclark/jekyll-now); for technical information about how to work with it visit that page. We are based off commit `12cb8a2e97c3b63c4bc92d2a1ab050b35bf946b7`, but squashed all commits for simpler maintainability.