Merge pull request #11253 from electron/fix-a-codeblock-in-the-upgrading-node-md

Fix a codeblock markup
This commit is contained in:
Charles Kerr 2017-11-26 08:00:47 +01:00 committed by GitHub
commit d1ac773e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ We need to generate a patch file from each patch applied to V8.
- `git commit patches/v8/` - `git commit patches/v8/`
8. Update `patches/v8/README.md` with references to all new patches that have been added so that the next person will know which need to be removed. 8. Update `patches/v8/README.md` with references to all new patches that have been added so that the next person will know which need to be removed.
9. Update Electron's submodule references: 9. Update Electron's submodule references:
- ```sh ```sh
cd electron/vendor/node cd electron/vendor/node
electron/vendor/node$ git fetch electron/vendor/node$ git fetch
electron/vendor/node$ git checkout electron-node-vA.B.C electron/vendor/node$ git checkout electron-node-vA.B.C