From 586089fffa3a0559b7c7b56b47e4d35fee1e1fc7 Mon Sep 17 00:00:00 2001 From: Jan Vernieuwe Date: Wed, 21 Sep 2022 11:20:26 +0200 Subject: [PATCH] Update README, update command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8e6eccb..21fc485 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,11 @@ $anime = $response->getData(); ``` If you experience any issues, open an issue, or even better a Pull Request! + +# Contribute +Has jikan been updated? +You can update the client by using this command: +```shell +composer update-jikan +``` +Then make a PR to merge it into the master branch.