You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Using the Pooler class](#using-the-pooler-class)
23
21
-[Example Projects](#example-projects)
24
22
-[Special thanks](#special-thanks)
@@ -41,7 +39,7 @@ $ floaty --help
41
39
42
40
DESCRIPTION:
43
41
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
45
43
46
44
COMMANDS:
47
45
@@ -151,13 +149,13 @@ There is also tab completion for zsh:
151
149
source $(floaty completion --shell zsh)
152
150
```
153
151
154
-
## vmpooler API
152
+
## VMPooler API
155
153
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).
157
155
158
156
## Using the Pooler class
159
157
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.
0 commit comments