1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-04-19 01:04:16 +03:00

remove reference to 'master' branch in proxygen

Summary: https://github.com/facebook/proxygen/issues/371

Reviewed By: kvtsoy

Differential Revision: D31022945

fbshipit-source-id: fc9d35c0a6d89e6da820d073810f401099999474
This commit is contained in:
Udip Pant 2021-09-17 11:32:31 -07:00 committed by Facebook GitHub Bot
parent a15726d270
commit 61f348aa68

View File

@ -12,7 +12,7 @@ requests are cherry-picked into our repo and then pushed back out.
## Pull Requests
We actively welcome your pull requests.
1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
1. If you've added code that should be tested, add tests
1. If you've changed APIs, update the documentation.
1. Ensure the test suite passes.