Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y2dak committed Mar 11, 2021
1 parent aacd4a8 commit 4e84159
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 @@ -2,7 +2,7 @@
> This is a demo app with audio charts rendering and functionality. Allows for other apps to render accessible audio charts. To see it in action, please build the demo app on your device or emulator. You can also try it out on the Yahoo Finance Android app on the Play Store, that uses this library to make audio charts available.
<img src="https://user-images.githubusercontent.com/12967899/76646108-c370b300-6530-11ea-98a5-1aa03145c31b.png" width="310" height="630" /> <img src="https://user-images.githubusercontent.com/12967899/76646112-c66ba380-6530-11ea-812e-03c05154d7b5.png" width="310" height="630" />
<img src="https://user-images.githubusercontent.com/12967899/76646111-c66ba380-6530-11ea-8058-23ca06112093.png" width="310" height="630" /> <img src="https://user-images.githubusercontent.com/12967899/76646106-c2d81c80-6530-11ea-9a5f-fb4d263a7f6c.png" width="310" height="630" />
<img src="https://user-images.githubusercontent.com/12967899/110689366-99d48100-81b0-11eb-836e-06192fe800cd.png" width="310" height="630" /> <img src="https://user-images.githubusercontent.com/12967899/110689368-9a6d1780-81b0-11eb-81dd-c75e90e57838.png" width="310" height="630" />

Charts such as stocks, sports scores and political polls are still almost impossible to use for people with visual impairment. The quick summary of thousands or more data points charts are meant for is virtually not usable for about 300 million people worldwide and for users on a voice interface. This is a first step towards changing that.

Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
// ...
// Songbird SDK
compile 'com.yahoo.finance:songbird:1.0.1' // Use latest version
compile 'com.yahoo.finance:songbird:1.3.0' // Use latest version
// ...
}
Expand Down

0 comments on commit 4e84159

Please sign in to comment.