diff --git a/README.md b/README.md index fe506de..77488b3 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@

-**`N2ST` is a library of shell script functions and a shell testing tools +**A library of shell script functions and a shell testing tools
-leveraging both _**bats-core**_ and _**docker**_**. **This library purposes is +leveraging both _**bats-core**_ and _**docker**_**. **`N2ST` purposes is
-to speed up shell script development and improve reliability.** +to speed up shell script development and improve code reliability.** @@ -129,10 +129,11 @@ This should solve the problem permanently. --- -#### `v2.0.4` release note: +#### `v2.*.*` release note: - Functions are available with and without the `n2st::` prefix for maintaining legacy v1 API - support. + support. + Be advised, they will only be available in their `n2st::` prefixed form in release `>= v3`. ---