Skip to content

Commit 61b87a5

Browse files
committed
Minor cleanup to the readme
1 parent 2fa1227 commit 61b87a5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Diff for: README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# vmfloaty
22

33
[![Gem Version](https://badge.fury.io/rb/vmfloaty.svg)](https://badge.fury.io/rb/vmfloaty)
4-
[![Build Status](https://github.com/puppetlabs/vmfloaty/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/puppetlabs/vmfloaty/actions/workflows/ci.yml)
5-
[![Coverage Status](https://github.com/puppetlabs/vmfloaty/badge.svg?branch=main)](https://coveralls.io/github/puppetlabs/vmfloaty?branch=main)
6-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=puppetlabs/vmfloaty)](https://dependabot.com)
4+
[![CI](https://github.com/puppetlabs/vmfloaty/actions/workflows/ci.yml/badge.svg)](https://github.com/puppetlabs/vmfloaty/actions/workflows/ci.yml)
75

8-
A CLI helper tool for [Puppet's vmpooler](https://github.com/puppetlabs/vmpooler) to help you stay afloat.
6+
A CLI helper tool for [Puppet's VMPooler](https://github.com/puppetlabs/vmpooler) to help you stay afloat.
97

108
![float image](float.jpg)
119

@@ -18,7 +16,7 @@ A CLI helper tool for [Puppet's vmpooler](https://github.com/puppetlabs/vmpooler
1816
- [Using backends besides VMPooler](#using-backends-besides-vmpooler)
1917
- [Valid config keys](#valid-config-keys)
2018
- [Tab Completion](#tab-completion)
21-
- [vmpooler API](#vmpooler-api)
19+
- [VMPooler API](#vmpooler-api)
2220
- [Using the Pooler class](#using-the-pooler-class)
2321
- [Example Projects](#example-projects)
2422
- [Special thanks](#special-thanks)
@@ -41,7 +39,7 @@ $ floaty --help
4139
4240
DESCRIPTION:
4341
44-
A CLI helper tool for Puppet's vmpooler to help you stay afloat
42+
A CLI helper tool for Puppet's VMPooler to help you stay afloat
4543
4644
COMMANDS:
4745
@@ -151,13 +149,13 @@ There is also tab completion for zsh:
151149
source $(floaty completion --shell zsh)
152150
```
153151

154-
## vmpooler API
152+
## VMPooler API
155153

156-
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).
154+
This cli tool uses the [VMPooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).
157155

158156
## Using the Pooler class
159157

160-
vmfloaty providers a `Pooler` class that gives users the ability to make requests to vmpooler without having to write their own requests. It also provides an `Auth` class for managing vmpooler tokens within your application.
158+
vmfloaty providers a `Pooler` class that gives users the ability to make requests to VMPooler without having to write their own requests. It also provides an `Auth` class for managing VMPooler tokens within your application.
161159

162160
### Example Projects
163161

0 commit comments

Comments
 (0)