Skip to content

Commit

Permalink
don't use backtick-bash, so code shows up in main slate window
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jul 9, 2014
1 parent 283e470 commit 99c7be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/advanced-concepts/grid.md
Expand Up @@ -3,7 +3,7 @@
You are able to register your appium server with a local [Selenium grid](https://code.google.com/p/selenium/wiki/Grid2) by using the
`--nodeconfig` server parameter.

```bash
```
> appium --nodeconfig /path/to/nodeconfig.json
# or, if running from source:
> node . --nodeconfig /path/to/nodeconfig.json
Expand Down
2 changes: 1 addition & 1 deletion docs/en/writing-running-appium/mobile-web.md
Expand Up @@ -91,7 +91,7 @@ To create a profile for the launcher go into the **Apple Developers Member Cente

Now that you have a profile open a terminal and run the following commands:

```bash
```
$ git clone https://github.com/appium/appium.git
$ cd appium
Expand Down

0 comments on commit 99c7be6

Please sign in to comment.