Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix links to mock_app screenshots
  • Loading branch information
BlackHC authored Jan 3, 2025
1 parent 8c44c5b commit 01c979b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ class MockCustomerDatabase(CustomerDatabase):

See [examples/customer_database_search.py](examples/customer_database_search.py) for a full example.

![Customer Database Viewer](examples/app.svg)
![Customer Database Viewer](examples/mock_app/app.svg)

![Searching for a Customer](examples/search1.svg)
![Searching for a Customer](examples/mock_app/search1.svg)

![Searching for a Customer](examples/search2.svg)
![Searching for a Customer](examples/mock_app/search2.svg)

## Getting started with contributing

Expand All @@ -312,7 +312,7 @@ To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookie

- Create an API Token on [Pypi](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting
[this page](https://github.com/blackhc/llm-strategy/settings/secrets/actions/new).
[this page](https://github.com/blackhc/llm-strategy/settings/secrets/mock_app/actions/new).
- Create a [new release](https://github.com/blackhc/llm-strategy/releases/new) on Github.
Create a new tag in the form ``*.*.*``.

Expand Down

0 comments on commit 01c979b

Please sign in to comment.