Update README.md

https://github.com/YangModels/yang default branch appears to be named "main", not "master"
This commit is contained in:
Phillip Heller 2022-06-13 11:09:58 -06:00 committed by GitHub
parent 0b16797a45
commit 75abfb8204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ To download the openconfig and yang models required for the tests:
git config core.sparseCheckout true git config core.sparseCheckout true
echo "standard/" >> .git/info/sparse-checkout echo "standard/" >> .git/info/sparse-checkout
echo "experimental/" >> .git/info/sparse-checkout echo "experimental/" >> .git/info/sparse-checkout
git pull origin master git pull origin main
``` ```
## Continuous Integration ## Continuous Integration