Skip to content

Commit aea9c3b

Browse files
authored
Update README.md
1 parent 9005261 commit aea9c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This API also requires json-simple. Download the .jar file at https://code.googl
1717
TBA-API-V3 is modeled exactly off of the API specifications described at https://www.thebluealliance.com/apidocs/v3. All API
1818
calls found on this page are implemented in Java (or will be soon). Models can be found in the ```models``` package, if a model
1919
begins with a 'S', it represents a ```simple``` model as defined by the V3 API. To get started using the API, set the
20-
API read AUTH token with `Constants.AUTH` = "<auth-token>". Create a ```TBA``` object for usage with no constructors (better if parameters
20+
API read AUTH token with `Constants.AUTH = "<auth-token>"`. Create a ```TBA``` object for usage with no constructors (better if parameters
2121
will be changed frequently) and a ```CTBA``` object for usage with constructors (better if parameters won't be changed frequently).
2222
For more information, visit the wiki at https://www.github.com/wdavies973/TBA-API-V3/wiki.
2323

0 commit comments

Comments
 (0)