aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAudrius Butkevicius <audrius.butkevicius@gmail.com>2014-09-28 12:00:38 +0100
committerAudrius Butkevicius <audrius.butkevicius@gmail.com>2014-09-28 14:23:07 +0100
commit6c352dca74f78d0435bb697bee28a49ec50261d4 (patch)
tree8d9404e4f1170c647bc9d39ffff529946f383b3c /README.md
parent9d816694ba901d725dfc1009b8279311275eccdc (diff)
downloadsyncthing-6c352dca74f78d0435bb697bee28a49ec50261d4.tar.gz
syncthing-6c352dca74f78d0435bb697bee28a49ec50261d4.zip
Rename Repository -> Folder, Node -> Device (fixes #739)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ebd0667e..080e8edf7 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ syncthing
This is the `syncthing` project. The following are the project goals:
- 1. Define a protocol for synchronization of a file repository between a
- number of collaborating nodes. The protocol should be well defined,
+ 1. Define a protocol for synchronization of a file folder between a
+ number of collaborating devices. The protocol should be well defined,
unambiguous, easily understood, free to use, efficient, secure and
language neutral. This is the [Block Exchange
Protocol](https://github.com/syncthing/syncthing/blob/master/protocol/PROTOCOL.md).