aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 11:00:33 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 11:00:33 +0200
commit2a06ef913e5e9dbff1013e9e0fe8737dcd99af4f (patch)
tree32df3bf908d59982ca3b463ae667069dd26611e1
parentdf73df568d1ed8b477d013c23049789723827f30 (diff)
Update README.md
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1fe5980..c1e36e0 100644
--- a/README.md
+++ b/README.md
@@ -75,26 +75,25 @@ Used to call APIs.
## Usage
### Swipe refresh
-<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="300"/>
+<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="350"/>
### Previous
Displaying a snack when hitting the previously button on the first page :
-<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="300"/>
+<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="350"/>
-This is a reminder since there's a bug (or a feature ;) ) that reset the page number inside the app/code but not the actual list displayed.
+This is a reminder since there's a bug (or a feature ;) ) that resets the page number variable but not the actual list displayed.
### Next
-<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="300"/>
+<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="350"/>
### Text selection and openable link
-<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="300"/>
+<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="350"/>
### Search
-<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="300"/>
+<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="350"/>
-## You Should Know
-Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using.
+Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. \ No newline at end of file