Skip to content

Commit 3e72268

Browse files
authored
Fix README Formatting
- Rename to `README.md` to make GitHub render it - Fix some formatting issues
1 parent 113189f commit 3e72268

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README renamed to README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ For Linux binaries, see your package manager (e.g., "yum install pdf2svg" or "ap
99

1010
Prerequisites:
1111

12-
* poppler [http://poppler.freedesktop.org/](http://poppler.freedesktop.org/)
12+
* [Poppler](http://poppler.freedesktop.org/)
1313
- tested with v0.5.4 but other versions may work as well
14-
* cairo [http://cairographics.org/](http://cairographics.org/)
14+
* [Cairo](http://cairographics.org/)
1515
- tested with v1.2.6 and v1.4.10 but other versions may work as well
1616

1717

1818
To make and install pdf2svg:
1919

20-
1) Download pdf2svg-0.2.2.tar.gz and unpack
21-
2) Change to the pdf2svg-0.2.2 directory
22-
3) Do the normal ./configure && make && make install
20+
1. Download pdf2svg-0.2.2.tar.gz and unpack
21+
2. Change to the pdf2svg-0.2.2 directory
22+
3. Do the normal ./configure && make && make install
2323

2424

2525
Usage:
2626

27-
pdf2svg <input.pdf> <output.svg> \[<page no of pdf or "all">\]
27+
pdf2svg <input.pdf> <output.svg> [<page no of pdf or "all">]
2828

2929

3030
Copyright (C) 2007-2013 David Barton (davebarton@cityinthesky.co.uk)

0 commit comments

Comments
 (0)