From e70f80f796b6d866d2bb67bcd16f0c7ddf771257 Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 29 Oct 2024 16:41:39 +0100 Subject: [PATCH] fix(docs): replace single quote with backtick for code-style package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e59911..2819107 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Rationale Assume, that you scraped the Entscheidungsbaumdiagramm tables by EDI@Energy from their somewhat "digitized" PDF/DOCX files. -(To do so, you can use the package [`ebdamame`](https://github.com/Hochfrequenz/ebdamame) (was: 'ebddocx2table`).) +(To do so, you can use the package [`ebdamame`](https://github.com/Hochfrequenz/ebdamame) (was: `ebddocx2table`).) Also assume, that the result of your scraping is a [`rebdhuhn.models.EbdTable`](src/rebdhuhn/models/ebd_table.py). The package `rebdhuhn` contains logic to convert your scraped data into a graph.