From a5d8af2c33522189f444028b169194ecfd12317b Mon Sep 17 00:00:00 2001 From: exsersewo Date: Mon, 24 Sep 2018 18:32:36 +0100 Subject: [PATCH] Update README.md Fix types on method listing --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 089d1ef..062fbc7 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ if(posts != null) ``` List of Methods in Wrapper: -- `GetGelbooruImagesAsync(string[] tags)` -- `GetDanbooruImagesAsync(string[] tags)` -- `GetRule34ImagesAsync(string[] tags)` -- `GetE621ImagesAsync(string[] tags)` -- `GetKonaChanImagesAsync(string[] tags)` -- `GetYandereImagesAsync(string[] tags)` -- `GetRealBooruImagesAsync(string[] tags)` +- `GetGelbooruImagesAsync(IEnumerable tags)` +- `GetDanbooruImagesAsync(IEnumerable tags)` +- `GetRule34ImagesAsync(IEnumerable tags)` +- `GetE621ImagesAsync(IEnumerable tags)` +- `GetKonaChanImagesAsync(IEnumerable tags)` +- `GetYandereImagesAsync(IEnumerable tags)` +- `GetRealBooruImagesAsync(IEnumerable tags)` # Contributing If you wish to add more booru's to the wrapper/make the code better/optimise the code, please fork your own version and pull-request it. If you are planning on adding another booru to the wrapper, please do it in a similar style to the currently existing methods.