From faa3f4376217227058c9d797312ce351f4aa3e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Vla=C5=A1ki?= <117462283+MilanVlaski@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:39:20 +0100 Subject: [PATCH] docs: fix typo in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Milan Vlaški <117462283+MilanVlaski@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c714180..e9b553f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Scribes were an elite in ancient societies, highly regarded and holding special social status. They were disciplined and known for their excellent craftsmanship in writing laws, copying documents, and other related tasks. -The motivation to create the Elixir Scribe tool was to encourage developers to write code that follows the **Single Responsability Principle** and it's structured in a **Self-Documented Folder Structure**, to enable them to know in seconds all domains, resources, and actions used in a project, while reducing accidental coupling and complexity, which also contributes for less technical debt. +The motivation to create the Elixir Scribe tool was to encourage developers to write code that follows the **Single Responsibility Principle** and it's structured in a **Self-Documented Folder Structure**, to enable them to know in seconds all domains, resources, and actions used in a project, while reducing accidental coupling and complexity, which also contributes for less technical debt. The Elixir Scribe tool enables developers to go from zero to hero in no time, while empowering their craftsmanship and professionalism to reach new levels never imagined before or thought to not be easy to achieve.