aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 26191c3..5e43752 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-A simple python script for uploading markdown files to Confluence (a
-proprietary wiki system). If you find yourself needing to publish documentation
-to Confluence at work, but wish that instead you could just write markdown and
-keep it versioned in git instead of contending with browser-mangling javascript
-and pull-down menus, then this tool is for you!
+`divergence` is a simple python script for uploading markdown files to
+Confluence (a proprietary wiki system). If you find yourself needing to publish
+documentation to Confluence at work, but wish that instead you could just write
+markdown and keep it versioned in git instead of contending with
+browser-mangling javascript and pull-down menus, then this tool is for you!
This is crude and one-way: there is no mechanism for synchronizing or retaining
edits made by peers, won't look the way you want it to, there are no unittests,