From 99c7be64d100e3d7b6a79323877290acb80fed94 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Wed, 9 Jul 2014 10:53:46 -0700 Subject: [PATCH] don't use backtick-bash, so code shows up in main slate window --- docs/en/advanced-concepts/grid.md | 2 +- docs/en/writing-running-appium/mobile-web.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/advanced-concepts/grid.md b/docs/en/advanced-concepts/grid.md index ccaeee5d08d..a06ab173716 100644 --- a/docs/en/advanced-concepts/grid.md +++ b/docs/en/advanced-concepts/grid.md @@ -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 diff --git a/docs/en/writing-running-appium/mobile-web.md b/docs/en/writing-running-appium/mobile-web.md index 5c3c5652de1..84f52c53048 100644 --- a/docs/en/writing-running-appium/mobile-web.md +++ b/docs/en/writing-running-appium/mobile-web.md @@ -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