From 7795415b059b329e5174b9df806cc50b84b4e1f9 Mon Sep 17 00:00:00 2001 From: Robert Carosi Date: Sat, 28 Sep 2024 12:37:56 +0200 Subject: [PATCH] Fix readme formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5de63a0..43c3a6a 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ Synchronizes articles from Pocket to the Remarkable tablet. ## Frequently Asked Questions (FAQ)
-Q: I'm getting a "Could not connect to Pocket" error when running. How can I fix this? +I'm getting a "Could not connect to Pocket" error when running. How can I fix this? -**A:** This error typically occurs due to outdated or corrupted cache files. To resolve this issue: +This error typically occurs due to outdated or corrupted cache files. To resolve this issue: 1. Open a terminal 2. Run the following command: @@ -120,7 +120,7 @@ rm -rf ~/.remarkable-pocket ~/.rmapi ~/.rmapi-cache 3. Try running the application again This command removes the cache directories, allowing the application to create fresh connections. - +
## Limitations