From 341b0ceceef655d4fb53d5656074374336f05add Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Tue, 18 Oct 2016 14:25:13 -0400 Subject: [PATCH] Fix metadata and README mistake --- README.md | 2 +- metadata.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c190537..cf84e39 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install and configure arpwatch ## Usage -All interaction with the arpwatch module is done through the main arpwatch class. You can simply set the options in `::ntp` to have full functionality of the module. +All interaction with the arpwatch module is done through the main arpwatch class. You can simply set the options in `::arpwatch` to have full functionality of the module. ## Reference diff --git a/metadata.json b/metadata.json index 1618fc6..dafbba0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ardichoke-arpwatch", - "version": "0.1.0", + "version": "0.1.1", "author": "ardichoke", "summary": "Install and manage arpwatch", "license": "Apache-2.0", @@ -16,8 +16,7 @@ "7" ] } - ] + ], "dependencies": [], "tags": ["arpwatch","network","monitoring"] } -