From a83e5caa5dfdc125d987464d3c243b7bd70fc5a1 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Fri, 21 Feb 2014 13:53:09 -0800 Subject: [PATCH] Fix filename typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bd6712..ff52058 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The following YAML configuration sets up two pools, `debian-7-i386` and `debian- size: 5 ``` -See the provided YAML configuration example, [vmpooler.yaml.example](vmware.yaml.example), for additional configuration options and parameters. +See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), for additional configuration options and parameters. ### Template set-up @@ -64,7 +64,7 @@ Template set-up is left as an exercise to the reader. Somehow, either via PXE, ## API and Dashboard -vmpooler provides an API and web front-end (dashboard) on port `:4567`. See the provided YAML configuration example, [vmpooler.yaml.example](vmware.yaml.example), to specify an alternative port to listen on. +vmpooler provides an API and web front-end (dashboard) on port `:4567`. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), to specify an alternative port to listen on. ### API @@ -118,7 +118,7 @@ A dashboard is provided to offer real-time statistics and historical graphs. It (img) -[Graphite](http://graphite.wikidot.com/) is required for historical data retrieval. See the provided YAML configuration example, [vmpooler.yaml.example](vmware.yaml.example), for details. +[Graphite](http://graphite.wikidot.com/) is required for historical data retrieval. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), for details. ## Author