Skip to content

Commit d086c31

Browse files
committed
README update 2
1 parent ac83505 commit d086c31

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2734
For a detailed API documentation visit: http://docs.cielo24.com/en/latest/

0 commit comments

Comments
 (0)