From 20e53c4fdce09f61014c03362bf9a268f5be3c64 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:22:32 +0200 Subject: [PATCH] doc: 404 link in readme for pypi and typo Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87aa58c..4b2cebd 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ print(f"Umami server is {'accessible' if server_ok else 'not accessible'}") umami.verify_token() ``` -This code listing is very-very high fidelity psuedo code. If you want an actually executable example, see the [example client](./umami/example_client) in the repo. +This code listing is very-very high fidelity pseudo code. If you want an actually executable example, see the [example client](https://github.com/mikeckennedy/umami-python/tree/main/umami/example_client) in the repo. ## Want to contribute?