Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit b157cf4

Browse files
authored
Fix a few markdown issues found by markdownlint. (#87)
1 parent d7f55a6 commit b157cf4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Touch.Unit
22

3-
<div align="centre"><i>because I like my code public and my mistakes private</i></div>
4-
3+
_because I like my code public and my mistakes private_
54

65
## History
76

87
[I searched, but I did not find.](http://stackoverflow.com/q/7065071/220643) [So I made](http://spouliot.wordpress.com/2011/09/28/unit-testing-and-monotouch/) [and shared.](https://github.com/spouliot/Touch.Unit)
98

10-
119
## How To
1210

1311
1. Clone all the required code from github.com
1412

15-
$ git clone git://github.com/spouliot/NUnitLite.git
16-
17-
$ git clone git://github.com/spouliot/Touch.Unit.git
13+
```shell
14+
$ git clone git://github.com/spouliot/NUnitLite.git
15+
...
16+
$ git clone git://github.com/spouliot/Touch.Unit.git
17+
...
18+
```
1819

19-
note: make sure to pull from all of them to get the latest fixes
20+
note: make sure to pull from all of them to get the latest fixes
2021

2122
2. Launch Xamarin Studio (4.0 or later)
2223

0 commit comments

Comments
 (0)