Skip to content

Commit 6db0f85

Browse files
committed
Merge branch 'master' of https://github.com/qbwc/qbxml
2 parents ba97284 + 9a4cd87 commit 6db0f85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Qbxml
22

3+
[![Build Status](https://travis-ci.org/qbwc/qbxml.svg?branch=master)](https://travis-ci.org/qbwc/qbxml)
4+
35
Qbxml is a QBXML parser and validation tool.
46

57
## Installation
@@ -20,11 +22,11 @@ Or install it yourself as:
2022

2123
### Initialization
2224

23-
The parser can be initialized to either Quickbooks (:qb) or Quickbooks Point of
24-
Sale (:qbpos)
25+
The QBXML supported depends on whether you use QuickBooks (`:qb`) or
26+
QuickBooks Point of Sale (`:qbpos`) and on the version of QuickBooks used.
2527

2628
```ruby
27-
q = Qbxml.new(:qb)
29+
q = Qbxml.new(:qb, '7.0')
2830
```
2931

3032
### API Introspection

0 commit comments

Comments
 (0)