Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 0091ad5

Browse files
committed
rearranged layout of readme for clarity
1 parent de5aba9 commit 0091ad5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,10 @@ Install the scripts easily as a [ruby gem](https://rubygems.org/gems/jake-script
2323
gem install jake-scripts
2424
```
2525

26-
## Gems Used
27-
* [Rest-Client](https://github.com/rest-client/rest-client) - Client for making HTTP requests in ruby
28-
* [Ruby Money](https://github.com/RubyMoney/money) - Ruby gem for accurate currency management
29-
* [Monetize](https://github.com/RubyMoney/monetize) - Ruby gem for money object creation
30-
* [Slop](https://github.com/leejarvis/slop) - Ruby CLI option parsing framework
31-
* [OS](https://github.com/rdp/os) - Ruby gem for operating system identification
32-
3326
## Netgeo - IP network utility
3427
CLI utility for returning LAN, WAN, Router, and DNS IP's, as well as Geodata on current or specific IP's. Outputs clean results to make all your piping dreams come true. | :+1: |
3528

36-
Netgeo is also available as a separate gem [here](https://rubygems.org/gems/netgeo)
29+
Netgeo is separate gem available [here](https://rubygems.org/gems/netgeo)
3730
```ruby
3831
gem install netgeo
3932
```
@@ -105,6 +98,13 @@ export OMDBAPI_API_KEY=key
10598
export APIXU_API_KEY=key
10699
```
107100

101+
## Gems Used
102+
* [Rest-Client](https://github.com/rest-client/rest-client) - Client for making HTTP requests in ruby
103+
* [Ruby Money](https://github.com/RubyMoney/money) - Ruby gem for accurate currency management
104+
* [Monetize](https://github.com/RubyMoney/monetize) - Ruby gem for money object creation
105+
* [Slop](https://github.com/leejarvis/slop) - Ruby CLI option parsing framework
106+
* [OS](https://github.com/rdp/os) - Ruby gem for operating system identification
107+
108108
## FAQ / Contact
109109
* If you run into any issues, please open an issue ASAP and we'll work to get it resolved and merged.
110110
* All Programs are fully functional, with live API keys baked in.

0 commit comments

Comments
 (0)