Typos in the tinycrypt README
diff --git a/tinycrypt/README b/tinycrypt/README
index 4cd1498..d97e615 100644
--- a/tinycrypt/README
+++ b/tinycrypt/README
@@ -40,11 +40,11 @@
The TinyCrypt Library provides an implementation for constrained devices of a
minimal set of standard cryptography primitives.
-This is a modified form of the library based on version 0.2.8. included as part
-of Mbed TLS as a compilation option. It is not included in it's full form and
+This is a modified form of the library based on version 0.2.8 included as part
+of Mbed TLS as a compilation option. It is not included in its full form and
those wishing to use TinyCrypt should use the original unmodified project.
-The original project, can be found here: https://github.com/intel/tinycrypt
+The original project can be found here: https://github.com/intel/tinycrypt
Contributions should be made upstream to that project, and full documentation
can be found in the originating repository.