Skip to content

Commit cf29e17

Browse files
committed
更新 README.md。
1 parent 661b161 commit cf29e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ QWeatherAPI 是一个可以查询和风天气的 “实时天气” 和 “城
1212

1313
`using QWeatherAPI;`
1414

15-
### GetRealTimeWeatherAsync
15+
### GetRealTimeWeatherAsync()
1616
#### 使用方法
1717
`await QWeatherAPI.QWeather.GetRealTimeWeatherAsync(locationInfo.Lon, locationInfo.Lat, "af71f6c5c1e94ec4abf618febf35ca68");`
1818

1919
#### 参数
2020
`GetRealTimeWeatherAsync(double lon, double lat, string key, string unit = "m", string lang = "zh")`
2121

22-
### GetGeoAsync
22+
### GetGeoAsync()
2323
#### 使用方法
2424
`await QWeatherAPI.QWeather.GetGeoAsync(location, key);`
2525

0 commit comments

Comments
 (0)