Skip to content

Commit 4d7e049

Browse files
committed
added travis ci badge to readme
1 parent 7ed28a7 commit 4d7e049

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
codeprinter
2-
============
1+
# codeprinter
2+
[![Build Status](https://travis-ci.org/jaredpetersen/codeprinter.svg?branch=master)](https://travis-ci.org/jaredpetersen/codeprinter)
3+
34
codeprinter's goal is pretty self-explanatory: to make it easier to print out code on paper. Many IDE's either don't allow you to print or have some weird quirks like adding unnecessary headers and footers, not allowing you to change your font size, or not providing syntax highlighting on your printout.
45

56
codeprinter makes it easy. Simply copy your code into the text box, select your desired font, font size, syntax highlighting theme, and whether or not you would like line numbers and then hit print.
67

7-
Screenshots
8-
============
8+
## Screenshots
99
![Paste your code](https://i.imgur.com/adhS1Cz.png)
1010
![Change your font size](https://i.imgur.com/TlgIxpi.png)
1111
![Print your code](https://i.imgur.com/IYHqP0z.png)
1212

13-
How to Contribute
14-
============
13+
## How to Contribute
1514
Find a bug? Want to request a new feature? Awesome! Create an [issue](https://github.com/jaredpetersen/codeprinter/issues) and/or submit a [pull request](https://github.com/jaredpetersen/codeprinter/pulls). Just want to show your support for the project? [Buy me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JGJAC7UKRAB9J&lc=US&item_name=CodePrinter%20%2d%20Buy%20me%20a%20Coffee&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted).

0 commit comments

Comments
 (0)