From 5f76b453b8c2f09c45d3308990bc8305849ba8c7 Mon Sep 17 00:00:00 2001 From: rcastells Date: Mon, 31 Jul 2017 18:17:35 +0200 Subject: [PATCH] updated repo URL. added longer description in README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c47e9..132da7a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ NodeJS file stream rotator ## Purpose -To provide an automated rotation of Express/Connect logs based on date. +To provide an automated rotation of Express/Connect logs or anything else that writes to a log on a regular basis that needs to be rotated based on date. Can also be rotated based on a size limit. ## Install diff --git a/package.json b/package.json index c9150bb..84dc3d2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/holidayextras/file-stream-rotator.git" + "url": "git://github.com/rogerc/file-stream-rotator.git" }, "keywords": [ "stream",