From bc12b45b28d56b53bcd17c4292d02a27ad3e865f Mon Sep 17 00:00:00 2001 From: "Trent R. Hein" Date: Mon, 25 Aug 2014 08:46:57 -0600 Subject: [PATCH] Changed tagline. --- README.md | 2 +- cmd/main.go | 2 +- sweet.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4852a5e..8014fb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Network device configuration backups and change alerts for the 21st century - it's not RANCID! +Network device configuration backups and change alerts for the 21st century - inspired by RANCID! ##Features: * Stores device configs in Git diff --git a/cmd/main.go b/cmd/main.go index 1588460..3e4c120 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,6 +1,6 @@ package main -// sweet.go: network device backups and change alerts for the 21st century - it's not RANCID. +// sweet.go: network device backups and change alerts for the 21st century - inspired by RANCID. // TODO: send email on start, new errors diff --git a/sweet.go b/sweet.go index 967233d..afd69af 100644 --- a/sweet.go +++ b/sweet.go @@ -1,6 +1,6 @@ package sweet -// sweet.go: network device backups and change alerts for the 21st century - it's not RANCID. +// sweet.go: network device backups and change alerts for the 21st century - inspired by RANCID. // TODO: send email on start, new errors