Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anastr authored Dec 9, 2016
1 parent edcc4b1 commit d2e5fa0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Library Size just ~ 19 Kb.
```gradle
dependencies {
compile 'com.github.anastr:speedviewlib:1.1.0'
compile 'com.github.anastr:speedviewlib:1.1.1'
}
```
Expand All @@ -33,7 +33,7 @@ for **maven**
<dependency>
<groupId>com.github.anastr</groupId>
<artifactId>speedviewlib</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -63,8 +63,9 @@ speedometer.speedTo(50, 4000);
```

for more control, see The most important methods at [Get Started - Wiki](https://github.com/anastr/SpeedView/wiki/0.-Get-Started) for **All Speedometers**.<br>
and also you can see **advanced usage** in [Usage - Wiki](https://github.com/anastr/SpeedView/wiki/Usage).<br>
and also you can see **advanced usage** in [Usage - Wiki](https://github.com/anastr/SpeedView/wiki/Usage) and [Work With Notes - Wiki](https://github.com/anastr/SpeedView/wiki/Notes).<br>
<img src="/images/usage/StartEndDegree.png" width="40%" />
<img src="/images/usage/WorkWithNote.gif" width="30%" />
we have 5 Speedometers : <br>
======================
Name | Screenshot
Expand Down

0 comments on commit d2e5fa0

Please sign in to comment.