From efd04f9ee18b0c7f02680a27b6a28edf299b988f Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Fri, 18 Jan 2019 09:06:42 -0600 Subject: [PATCH] Fix incorrect documentation for default domain Per https://github.com/solusipse/fiche/blob/441debc/fiche.c#L196-L197, the default domain is `example.com`, not `localhost`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3922d5..fe624fe 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ To use fiche you have to have netcat installed. You probably already have it - t ``` make ``` - + 3. Install: ``` @@ -187,7 +187,7 @@ fiche -d subdomain.domain.com fiche -d subdomain.domain.com/some_directory ``` -__Default value:__ `localhost` +__Default value:__ `example.com` -------------------------------------------------------------------------------