From 6d4505b68b0d066de166fb67cd4181d5fca5f421 Mon Sep 17 00:00:00 2001 From: MEHRSHAD MIRSHEKARY Date: Fri, 8 Nov 2024 18:44:20 +0330 Subject: [PATCH] docs(README): Fix typos in documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f838ff..f353f8f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ INSTALLED_APPS = [ After setting up the package, run the `generate_data` management command to generate fake data for project models -First, generate the audiences using the ``generate_audiences`` command: +using the ``generate_data`` command: ```shell $ python manage.py generate_data --num-records=1000 @@ -146,7 +146,7 @@ $ python manage.py generate_data --num-records 1000 Example: ```bash -$ python manage.py generate_audiences --skip-confirmation +$ python manage.py generate_data --skip-confirmation ``` - ``model``: @@ -220,7 +220,7 @@ Below is a detailed description of each setting, so you can better understand an **Default**: ``[]`` (empty list) -**Description**: Specifies a list of app labels that should be excluded when running the `generate_data` command. If certain apps should not be considered for audience generation, list them here. For example: +**Description**: Specifies a list of app labels that should be excluded when running the `generate_data` command. If certain apps should not be considered for data generation, list them here. For example: ```python