Update README.md

Fix types on method listing
This commit is contained in:
2018-09-24 18:32:36 +01:00
committed by GitHub
parent d3e8be1d7b
commit a5d8af2c33

View File

@@ -25,13 +25,13 @@ if(posts != null)
``` ```
List of Methods in Wrapper: List of Methods in Wrapper:
- `GetGelbooruImagesAsync(string[] tags)` - `GetGelbooruImagesAsync(IEnumerable<string> tags)`
- `GetDanbooruImagesAsync(string[] tags)` - `GetDanbooruImagesAsync(IEnumerable<string> tags)`
- `GetRule34ImagesAsync(string[] tags)` - `GetRule34ImagesAsync(IEnumerable<string> tags)`
- `GetE621ImagesAsync(string[] tags)` - `GetE621ImagesAsync(IEnumerable<string> tags)`
- `GetKonaChanImagesAsync(string[] tags)` - `GetKonaChanImagesAsync(IEnumerable<string> tags)`
- `GetYandereImagesAsync(string[] tags)` - `GetYandereImagesAsync(IEnumerable<string> tags)`
- `GetRealBooruImagesAsync(string[] tags)` - `GetRealBooruImagesAsync(IEnumerable<string> tags)`
# Contributing # 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. 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.