diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:28:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:28:24 -0400 |
commit | 1c2ddf4792be5dbf99234ddbb17e668dd089cd88 (patch) | |
tree | 7ec8c2ac9c8fba9ffb3a2267e2cb5e6aab23dbdf /libraries/eris | |
parent | 899c972d728dd2726d26b9b44621d371a9e27faa (diff) |
libraries/eris: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/eris')
-rw-r--r-- | libraries/eris/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/eris/README b/libraries/eris/README index 1d5121d055e18..5228f532e832b 100644 --- a/libraries/eris/README +++ b/libraries/eris/README @@ -1,4 +1,5 @@ -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. +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. |