Skip to content

Commit

Permalink
Merge pull request #23 from bastelfreak/ci
Browse files Browse the repository at this point in the history
correct README.md
  • Loading branch information
bastelfreak authored Sep 22, 2023
2 parents 6bb43d9 + 1ebaf0b commit 7f35b83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Include this gem alongside Beaker in your Gemfile or project.gemspec. E.g.

```ruby
# Gemfile
gem 'beaker', '~>4.0'
gem 'beaker', '~> 5.0'
gem 'beaker-hcloud'

# project.gemspec
s.add_runtime_dependency 'beaker', '~>4.0'
s.add_runtime_dependency 'beaker', '~> 5.0'
s.add_runtime_dependency 'beaker-hcloud'
```

Expand All @@ -38,7 +39,7 @@ are being created:
| configuration option | required | default | description |
| -------------------- | -------- | ------- | ----------- |
| `image` | true | | The name of one of Hetzner's provided images, e.g. `ubuntu-20.04`, or a custom one, i.e. a snapshot in your account. |
| `server_type` | false | `cx11` | Hetzner cloud server type |
| `server_type` | false | `cx11` | Hetzner cloud server type |
| `location` | false | `nbg1` | One of Hetzner's datacenter locations |

# Cleanup
Expand Down

0 comments on commit 7f35b83

Please sign in to comment.