From 5721c3968b9dfb07582d064714420e298c65b53e Mon Sep 17 00:00:00 2001 From: Lucca Date: Tue, 27 Sep 2022 14:33:40 -0300 Subject: [PATCH] docs: examples usage --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7cc1f66..492e602 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,16 @@ Example trace.moe response: Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. -### Get Anime By Image File +### Get anime with a file ```bash -loli file anime.jpg +loli search file anime.jpg ``` -### Get Anime By Image Link +### Get anime with a link ```bash -loli link https://anime.com/image.png +loli search link https://anime.com/image.png ``` ## ➤ Demo