README.md in semaphore-sms-0.1.7 vs README.md in semaphore-sms-0.1.8
- old
+ new
@@ -1,8 +1,8 @@
# Semaphore::Sms
-This is a ruby api wrapper for Semaphore, https://semaphore.co/
+This is a ruby api wrapper for [Semaphore](https://semaphore.co/)
## Installation
Add this line to your application's Gemfile:
@@ -170,10 +170,10 @@
client.users
client.users(id: 1, limit: 100) # Page and Limit are optional. Limit default to 100 and page 1.
```
## Validations:
-Using [Piliponi Gem](https://github.com/adimasuhid/piliponi): for validation of allowed numbers.
+Using [Piliponi Gem](https://github.com/adimasuhid/piliponi) to validate accepted numbers.
List of [Prefix](https://github.com/adimasuhid/piliponi/blob/master/lib/piliponi/config/telco.yml)
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.