diff --git a/README.md b/README.md index fa6e7dd..a37e3fa 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A pull operation fetches changes to the subtree subdirectory that were performed A push operation takes changes performed in the subtree repository and merges them into the subtree subdirectory of the `rust-lang/rust` repository. After performing a push, a push request is sent against the *rustc repository*. We *push to rustc*. 1) Checkout the latest default branch of the subtree -2) Run `rustc-josh-sync pull ` +2) Run `rustc-josh-sync push ` - The branch with the push contents will be created in `https://github.com//rust` fork, in the `` branch. 3) Send a PR to [rust-lang/rust]