Skip to content

Commit

Permalink
Update version number in README.md (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mardy authored and oKcerG committed Jul 26, 2017
1 parent 070597a commit c723de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Install
##### With [qpm](https://qpm.io) :
1. `qpm install fr.grecko.sortfilterproxymodel`
2. add `include(vendor/vendor.pri)` in your .pro if it is not already done
3. `import SortFilterProxyModel 0.1` to use this library in your QML files
3. `import SortFilterProxyModel 0.2` to use this library in your QML files

##### Without qpm :
1. clone or download this repository
2. add `include (<path/to/SortFilterProxyModel>/SortFilterProxyModel.pri)` in your `.pro`
3. `import SortFilterProxyModel 0.1` to use this library in your QML files
3. `import SortFilterProxyModel 0.2` to use this library in your QML files

Sample Usage
------------
Expand Down

0 comments on commit c723de3

Please sign in to comment.