Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaD23 authored May 25, 2020
1 parent de1fca5 commit ac3124e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ List<RiderOnlineData> getGrid(Category category, int year, RaceCode raceCode);
List<RiderOnlineData> getRaceResults(Category category, int year, RaceCode raceCode);
```

Before using these methods, read the RaceCode enum class to select the correct raceCode.

*Example:*

```java
Expand Down

0 comments on commit ac3124e

Please sign in to comment.