Skip to content

Commit bb15ffd

Browse files
bryant1410SrinivasanTarget
authored andcommitted
Fix broken Markdown headings (appium-boneyard#116)
1 parent 86100fa commit bb15ffd

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#sample-code
1+
# sample-code
22

33
This repository contains sample applications which are used mostly by appium functional tests.

sample-code/examples/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Appium DotNet samples
1+
# Appium DotNet samples
22

33
## Run locally
44

sample-code/examples/node/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Node.js samples
1+
# Node.js samples
22

33
## Prerequisites
44

@@ -48,7 +48,7 @@ Install appium and start the appium server for your device, please refer to:
4848

4949
## Running tests
5050

51-
###iOS
51+
### iOS
5252

5353
```
5454
npm run ios-simple
@@ -59,7 +59,7 @@ npm run ios-local-server
5959
npm run ios-selenium-webdriver-bridge
6060
```
6161

62-
###Android
62+
### Android
6363

6464
```
6565
npm run android-simple
@@ -68,13 +68,13 @@ npm run android-webview
6868
npm run android-local-server
6969
```
7070

71-
###Selendroid
71+
### Selendroid
7272

7373
```
7474
npm run selendroid-simple
7575
```
7676

77-
###Node.js 0.11 + Generator with Yiewd
77+
### Node.js 0.11 + Generator with Yiewd
7878

7979
prerequisite: switch to node > 0.11
8080

sample-code/examples/python/pytest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Python Pytest samples
44
Tested on Python 3.5
55
pip install -r requirements.txt
66

7-
#Run Syntax:
7+
# Run Syntax:
88
py.test test_android_simple.py -v
99

1010
Output will be in the format:

0 commit comments

Comments
 (0)