diff --git a/README.md b/README.md index fc3ac3e5..271543b9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@

-## ![✔] 1.3 Wrap common utilities as NPM packages +## 1.3 Wrap common utilities as NPM packages **TL;DR:** In a large app that constitues multiple code base, cross-cutting-conern utilities like logger, encryption and a like, should be wrapped by your own code and exposed as private NPM packages. This makes it shared among multiple code bases and projects