From a983c8e1000f3e7c515e0432f006d94a955a4c85 Mon Sep 17 00:00:00 2001 From: Ashkan <79012321+ashkan0201@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:21:21 +0330 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca2d504..f96e7d4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ You can find the above items using this package. It is very easy to use modules, now we will give some examples. The output will be a number in all modes. -First, we import the `counter` from `ashcount` +```bash +pip install ashcount +``` + +First, we import the `ashcount` from `ashcount` ```python from ashcount import ashcount ``` @@ -44,7 +48,7 @@ To find the number of `words` in a `txt` file. print(ashcount.counter.word_count(path=Txt_file_address)) ``` -For the part where you want to work with `Python` files, you must import `py_counter` from `ashcount`. +For the part where you want to work with `Python` files, you must import `ashcount` from `ashcount`. ```python from ashcount import ashcount ```