From 2f1756485c73b0ab2c99f004da866ab9cb5e5550 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 14 Nov 2015 19:12:03 +0100 Subject: [PATCH] Add a `Usage` section in the README. Users shouldn't have to guess neither that the plugin auto-updates the DNS serial number nor the name of the function to call to manually update it. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a910146..37041ba 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ I know this not the first vim plugin available to update a DNS-zone serial numbe It chose not to fork the original plugin but to write a new one from scratch mainly for legal purposes, but also because I did not found the code as simple as I expected. +Usage +----- + +By default, each time you save a `bindzone` file, the script will look for the DNS serial number and update it. You can also update it without saving the file by invoking the `:DNSSerialUpdate` function. + + Configuration -------------