Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed Nov 19, 2023
1 parent bb517f1 commit 7897f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ OPTIONS
: Search for countries by the following criteria
1. country (like --country)
2. region (like --region)
3. currency (like --currency)
3. currency (like --money)

-c/--country
: Display all countries
Expand Down Expand Up @@ -198,7 +198,7 @@ $ atlasq --money Surinamese\ Dollar

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
To install this gem onto your local machine, run `bundle exec rake install`.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion bin/generate_readme
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ puts <<~README
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
To install this gem onto your local machine, run `bundle exec rake install`.
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lib/atlasq/command/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def content
: Search for countries by the following criteria
1. country (like --country)
2. region (like --region)
3. currency (like --currency)
3. currency (like --money)
-c/--country
: Display all countries
Expand Down

0 comments on commit 7897f8a

Please sign in to comment.