Skip to content

Commit cb85e6d

Browse files
authored
Updated readme
1 parent c0ae0d2 commit cb85e6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ Event e = tba.getEvent("casd",2016);
2121
```
2222

2323
Pulling data will return it's respective *model* such as Event, Team, Match, etc.
24-
Access the model's data by calling the public variable. Example: ```java team.team_number```
24+
Access the model's data by calling the public variable. Example: ```java
25+
team.team_number```
2526

2627
Not all data will be automatically added. To configure whether to download extra data,
27-
see the *Settings* class and change the booleans statically, such as ```java Settings.GET_EVENT_ALLIANCE = true.```
28+
see the *Settings* class and change the booleans statically, such as ```java
29+
Settings.GET_EVENT_ALLIANCE = true.```
2830

2931
# Other
3032
Report any bugs or suggestions to wdavies973@gmail.com

0 commit comments

Comments
 (0)