Skip to content

Commit dd07f40

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fea505a + aea9c3b commit dd07f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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

@@ -48,7 +48,7 @@ Report any bugs or suggestions to wdavies973@gmail.com
4848
If you'd like any more functionality as far as ways you can pull data, and what you can pull, let me know and I'll add it right away.
4949

5050
# Roblu
51-
This API is using in my scouting app Roblu. It's an all-in-one solution to scouting.
52-
Check it out at: https://github.com/frcroblu/Roblu
51+
This API is used by my scouting app Roblu. It's an all-in-one solution for scouting.
52+
Check it out at: https://www.roblu.net
5353

5454

0 commit comments

Comments
 (0)