Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Simple Currency is an application that handles currency conversion from 168 countries.

## Playstore
Get it in the Playstore:
Get it in the Playstore:

<a href='https://play.google.com/store/apps/details?id=com.worker8.simplecurrency&utm_source=github&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img width="250px" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>

## Demo Gif
Here's a quick demo of how it works:
Here is a quick demo of how it works:

<details>
<summary>
Expand Down Expand Up @@ -153,7 +153,7 @@ While we run the following:
onNumpad0Click.onNext('0')
```

It is actually doing these:
It's actually doing these:

1. `populateDbIfFirstTime.onNext(true)` - seeded the db
2. `getLatestSelectedRateFlowable.offer(fakeRate)` - taken the latest conversion rate from db
Expand Down