From a88de1f87e8f576c467e56152ba59cc9234cda24 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Sat, 21 Jun 2014 20:04:17 -0600 Subject: [PATCH] Rename yard.watchr to docs.watchr I keep wanting to write this, so let's just change it. --- README.md | 2 +- yard.watchr => docs.watchr | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename yard.watchr => docs.watchr (100%) diff --git a/README.md b/README.md index 1225f49d..493a9364 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ from this directory. Then, open `doc/index.html` in your browser. If you want to see a live preview as you work without having to run `yard` over and over again, keep this command running in a separate terminal session: - watchr yard.watchr + watchr docs.watchr ## Versioning diff --git a/yard.watchr b/docs.watchr similarity index 100% rename from yard.watchr rename to docs.watchr