Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
essteer committed Jun 23, 2024
1 parent 46b8f63 commit 0eebcf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ The following details will assist with making and testing changes to a cloned ve

The root directory includes a shell script `update.sh` for convenience to update JSON assets for the `masquer` package.

If using your own JSON data you can still make use of the `update_assets()` function inside `update.py` to sync changes with the `assets.py` file inside the `masquer` package by running `update.py` from the terminal:

![](https://img.shields.io/badge/Linux-FCC624.svg?style=flat&logo=Linux&logoColor=black)

```console
Expand All @@ -247,6 +245,8 @@ $ ./update.sh
Update successful
```

If using your own JSON data you can still make use of the `update_assets()` function inside `update.py` to sync changes with the `assets.py` file inside the `masquer` package.

### Tests

`masquer` uses Python's in-built `unittest` module.
Expand Down

0 comments on commit 0eebcf2

Please sign in to comment.