diff --git a/README.md b/README.md
index 8c16b1a..7a52dd1 100644
--- a/README.md
+++ b/README.md
@@ -48,14 +48,14 @@ This application contains the following pages:
- **404 page**
### Key Functions
-- File reader**: Handles everything related to uploading files
-- Folder translator**: Manages the conversion from Braille to text
-- Filter sentence**: Filters out unnecessary sentences by returning null if the text consists only of specific Braille characters to skip, unless it contains certain Braille symbols to not skip
-- Filter page**: Adjusts the page index to skip unnecessary pages such as those with less than a quarter of text, publisher information, or back cover text
+- **File reader**: Handles everything related to uploading files
+- **Folder translator**: Manages the conversion from Braille to text
+- **Filter sentence**: Filters out unnecessary sentences by returning null if the text consists only of specific Braille characters to skip, unless it contains certain Braille symbols to not skip
+- **Filter page**: Adjusts the page index to skip unnecessary pages such as those with less than a quarter of text, publisher information, or back cover text
- **Cookie manager**: Handles everything related to cookies
## Known errors
- Router didn't work properly in the Static Web App (resolved with useNavigate).
- a tags in the header could not be tabbed (resolved by using buttons instead of a tags).
-- It couldn't upload files in Chrome (resolved by setting "useFsAccessApi: false" in dropzone settings).
\ No newline at end of file
+- It couldn't upload files in Chrome (resolved by setting "useFsAccessApi: false" in dropzone settings).