We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e84de commit 8506e27Copy full SHA for 8506e27
README.md
@@ -9,6 +9,8 @@ Access Route4Me's logistics-as-a-service API using our Ruby SDK
9
gem install --source https://github.com/route4me/route4me-ruby-sdk route4me
10
# or
11
gem install route4me
12
+# or add in Gemfile
13
+gem 'route4me', '~> 1.1.0'
14
```
15
16
## Usage example
0 commit comments