Skip to content

Commit 2307354

Browse files
authored
Updated readme
1 parent cb85e6d commit 2307354

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ 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
25-
team.team_number```
24+
Access the model's data by calling the public variable. Example:
25+
```java
26+
team.team_number
27+
```
2628

2729
Not all data will be automatically added. To configure whether to download extra data,
28-
see the *Settings* class and change the booleans statically, such as ```java
29-
Settings.GET_EVENT_ALLIANCE = true.```
30+
see the *Settings* class and change the booleans statically, such as
31+
```java
32+
Settings.GET_EVENT_ALLIANCE = true.
33+
```
3034

3135
# Other
3236
Report any bugs or suggestions to wdavies973@gmail.com

0 commit comments

Comments
 (0)