We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397499b commit 6e6bc51Copy full SHA for 6e6bc51
README.md
@@ -37,7 +37,7 @@ List<Day> days = service.allDays().execute().body();
37
List<Day> days = service.country("国家名").execute().body();
38
```
39
40
-## 获取所有国家自爆发以来的每日情况
+### 获取所有国家自爆发以来的每日情况
41
```java
42
List<Day> days = service.allCountries().execute().body();
43
0 commit comments