summaryrefslogtreecommitdiffstats
path: root/libraries/eris/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eris/README')
-rw-r--r--libraries/eris/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/eris/README b/libraries/eris/README
new file mode 100644
index 0000000000..1d5121d055
--- /dev/null
+++ b/libraries/eris/README
@@ -0,0 +1,4 @@
+Eris is designed to simplify client development (and avoid duplicating effort)
+by providing a common framework to deal with server communications. Notably,
+Eris encapsulates most of the work in getting Atlas entities available on your
+client, logging into a server, and managing updates from the server.