diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8d032926e..c172d3fa3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ This the first release for Greengrass nucleus lite product line. Greengrass nucleus lite v2 aims to be compatable with AWS's GreenGrass v2(GGV2) product -line, however currently only subset of the features are supported with this +line, however currently only a subset of the features are supported with this release. ## Installing from sources @@ -10,7 +10,7 @@ release. To install nucleus lite from source, please follow the guide from [SETUP.md](./docs/SETUP.md) and [TES.md](./docs/TES.md), once the setup environment is complete, please start refering to -[INSTALL.md](./docs/INSTALL.md) file. +[INSTALL.md](./docs/INSTALL.md). > For developers planning to contribute to nucleus lite, it's highly recommended > to setup a nix environment, more information on setup can be found @@ -29,13 +29,13 @@ You can find more details on the [design doc](./docs/design/) and [spec doc](./docs/spec/) by following the corresponding links. As mentioned at the start, currently nucleus lite isn't fully compatable with -GGV2. The plan is to release this initail version of nucleus lite with basic +GGV2. The plan is to release this initial version of nucleus lite with basic feature support first and then gain full feature compatibility with future -releases. Currently only basic recipe types are supported and inforation on the +releases. Currently only basic recipe types are supported and information on the supported recipe can be found here [here](./docs/RECIPE_SUPPORT_CHANGES.md). -Furthermore there are known difference in behavior that are outlined by +Furthermore there are known differences in behavior that are outlined by [KNOWN_ISSUES](./docs/KNOWN_ISSUES.md) document. Also please look at the Github -issues section to keep up with latest known issues. It's encouraged to open up a -Github issues for any behaviors that is noticed by the contributors but not -coverted by the doc or Github issues. +issues section to keep up with latest known issues. Please create a Github +issues for any behaviors that is noticed by the contributors but not coverted by +the doc or Github issues.