From 5f556ec6ad93fb2800bb12206b86e5221b029d0b Mon Sep 17 00:00:00 2001 From: thriftysnail <48294316+thriftysnail@users.noreply.github.com> Date: Sat, 9 Mar 2019 09:40:22 -0800 Subject: [PATCH] Revise README.md Added some revisions to the readme file for grammar and clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87d2cb7..0bdf4df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ meshIM is an on- or off-line Android messaging application built on [the RightMesh library](https://rightmesh.io). -You can send messages to other meshIM users over the internet, or form automatically form a local network to send messages to devices nearby! +You can send messages to other meshIM users over the internet, or automatically form a local network to send messages to nearby devices! ## RightMesh @@ -19,4 +19,4 @@ This key makes use of the official meshIM Mesh Ports and can only be used by app ## Dependencies -Aside from RightMesh, meshIM uses [Gson](https://github.com/google/gson) for JSON serialization and Room for database abstraction, as well as some other Google support libraries for backwards compatibility. +Aside from RightMesh, meshIM uses [Gson](https://github.com/google/gson) for JSON serialization, Room for database abstraction, and some other Google support libraries for backwards compatibility.