From 721c221af47088a1322068c19c675cd422fb3710 Mon Sep 17 00:00:00 2001 From: Nnisarg Gada Date: Sun, 1 Oct 2023 20:34:14 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387a21c..e8e7bbb 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ We welcome contributions from the community to improve the Frontend Freaks websi 3. Make your changes, and ensure that the code passes any tests. 4. Commit your changes: `git commit -m "Add your commit message"` 5. Push your changes to your fork: `git push origin feature/your-feature-name` -6. Create a pull request to the `main` branch of this repository. +6. Create a pull request to the `master` branch of this repository. ---