From 63f04460aa924f8da3ecfc9546ea7a1e13a7020d Mon Sep 17 00:00:00 2001
From: el-tegy <67525407+el-tegy@users.noreply.github.com>
Date: Tue, 7 Nov 2023 12:03:14 +0100
Subject: [PATCH] fix: removing a typo on README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 04e7c9f..78b3eec 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-[![Build status](https://github.com/pycounts_ja2327072339/pycounts_ja2327072339/workflows/build/badge.svg?branch=master&event=push)](https://github.com/pycounts_ja2327072339/pycounts_ja2327072339/actions?query=workflow%3Abuild)
+[![Build status](https://github.com/pycounts_ja2327072339/workflows/build/badge.svg?branch=master&event=push)](https://github.com/pycounts_ja2327072339/pycounts_ja2327072339/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/pycounts_ja2327072339.svg)](https://pypi.org/project/pycounts_ja2327072339/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/pycounts_ja2327072339/pycounts_ja2327072339/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
@@ -13,7 +13,9 @@
[![License](https://img.shields.io/github/license/pycounts_ja2327072339/pycounts_ja2327072339)](https://github.com/pycounts_ja2327072339/pycounts_ja2327072339/blob/master/LICENSE)
![Coverage Report]("./assets/images/coverage.svg")
-Awesome `pycounts_ja2327072339` is a Python cli/package created with https://github.com/TezRomacH/python-package-template
+Awesome `pycounts_ja2327072339` is a Python cli/package created with https://github.com/TezRomacH/python-package-template that allows you to calculate word counts in a text file!
+
+On this project, the emphasis was on setting up a bleeding-edge python package architecture that complies with python standards and can be easily industrialised.