Fix a codeblock markup

This commit is contained in:
Aleksei Kuzmin 2017-11-25 00:56:07 +01:00
parent 6941f93627
commit ce6af85f98

View file

@ -105,7 +105,7 @@ We need to generate a patch file from each patch applied to 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.
9. Update Electron's submodule references:
- ```sh
```sh
cd electron/vendor/node
electron/vendor/node$ git fetch
electron/vendor/node$ git checkout electron-node-vA.B.C