Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 3557b86

Browse files
authored
yet another simplified update
1 parent b4ab48d commit 3557b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
this function is used to GET anime/s then individually stored in `anime`. this ultimately makes it easier to access.
1212

1313
```C++
14-
mal::search<mal::anime>("one piece", 5, [](auto anime) {
14+
mal::search<anime>("one piece", 5, [](auto i) {
1515
...
1616
});
1717
```
1818

1919
manga...
2020
```C++
21-
mal::search<mal::manga>("one piece", 5, [](auto manga) {
21+
mal::search<manga>("one piece", 5, [](auto i) {
2222
...
2323
});
2424
```

0 commit comments

Comments
 (0)