diff --git a/README.md b/README.md index e7c20ff..48a338f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,11 @@ Not every principle herein has to be strictly followed, and even fewer will be u agreed upon. These are guidelines and nothing more, but they are ones codified over many years of collective experience by the authors of *Clean Code*. -Inspired from [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) +Inspired from [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) and [clean-code-php](https://github.com/jupeter/clean-code-php) + +Translate to pt_BR by @berlotto + +Obs: This document is under development... Targets Python3.7+