aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 08:21:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 08:21:20 +0300
commit618ffa45dc88e44d14cf59466662d06017f4d896 (patch)
tree4f42437ea37bc81e47fbf7495884069ab4071d1a /README.md
parent-c|--config-dir -> -s|--shared-dir (diff)
downloadconfig-links-618ffa45dc88e44d14cf59466662d06017f4d896.tar.gz
config-links-618ffa45dc88e44d14cf59466662d06017f4d896.zip
rename the project
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f1874f..b8df99a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-Configuration file management
-=============================
+Configuration file sharing
+==========================
A simple tool to help share (configuration) files across multiple machines.
Actual files are stored in directories with names roughly matching the `%.+%`
@@ -11,7 +11,7 @@ Directory hierarchies are preserved.
A database of symlinks is maintained in case a shared file is deleted (the
corresponding symlink is then deleted too).
-The default database file name is "db.bin", maintained at the top-level
+The default database file name is "links.bin", maintained in the top-level
directory with shared files.
This description is obviously confusing; see the complete usage example below.