File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,32 @@ cielo24 Ruby API Library
33
44* Core gem path:
55
6- cielo24_gem/cielo24-X.X.X.gem * (depends on httpclient, hashie)*
6+ ` cielo24_gem/cielo24-X.X.X.gem ` * (depends on httpclient, hashie)*
77
88* Ruby Gems:
99
1010 Run the following command to install сielo24 gem as well as any dependencies:
11- ` gem install cielo24 `
11+ ```
12+ gem install cielo24
13+ ```
1214
1315 More information can be found here: http://rubygems.org/gems/cielo24
1416
1517 Run the following command to install сielo24-cli gem as well as any dependencies:
16- ` gem install cielo24-cli `
18+ ```
19+ gem install cielo24-cli
20+ ```
1721
18- Usage: ` cielo24cli [action] [options] `
22+ Usage:
23+ ```
24+ cielo24cli [action] [options]
25+ ```
1926
2027 More information can be found here: https://rubygems.org/gems/cielo24-cli
2128
2229* Command Line Interface gem path:
2330
24- cielo24_command/cielo24-cli-X.X.X.gem * (depends on cielo24, thor)*
31+ ` cielo24_command/cielo24-cli-X.X.X.gem` *(depends on cielo24, thor)*
2532
2633
2734For a detailed API documentation visit: http://docs.cielo24.com/en/latest/
You can’t perform that action at this time.
0 commit comments