From a7fd93f6cd586da7b245846c0e194f2eb76e100b Mon Sep 17 00:00:00 2001 From: b-long Date: Wed, 3 Jun 2026 22:38:31 -0400 Subject: [PATCH] docs: fix project structure path in README --- packages/otdf-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/otdf-python/README.md b/packages/otdf-python/README.md index 719a2216..88dd884a 100644 --- a/packages/otdf-python/README.md +++ b/packages/otdf-python/README.md @@ -100,7 +100,7 @@ with open("decrypted.txt", "wb") as f: ## Project Structure ``` -src/otdf_python/ +packages/otdf-python/src/otdf_python/ ├── sdk.py # Main SDK interface ├── config.py # Configuration management ├── tdf.py # TDF format handling