Skip to content

Fix README header formatting #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ PrintNode is a cloud printing service which allows you to connect any printer to

This quick start guide covers using the Ruby API Library. There are examples to show how to use the API Library. It assumes that you have a [PrintNode](https://www.printnode.com) account.

##Installation
## Installation

###Prerequisites
### Prerequisites

* Ruby 1.9.x or Ruby 2.x.x
* rubygems

###Installing from rubygems
### Installing from rubygems
Simply install via `gem install printnode` with root privileges.

###Building and installing from gemspec
### Building and installing from gemspec
Firstly, you need to build the gem via:
```bash
gem build printnode.gemspec
```
Then install it via `gem install printnode-x.x.x.gem` with root privileges.

##Quick Start
## Quick Start

Firstly, make sure you require the library when using the code:

Expand All @@ -39,6 +39,6 @@ myComputers = client.computers
myPrinters = client.printers
```

##Docs
## Docs

a Ruby *yardoc* is included in PrintNode-Ruby/doc/ and are also available [online.](http://www.rubydoc.info/github/PrintNode/PrintNode-Ruby)