Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creising authored Apr 5, 2023
1 parent e93fdb5 commit 8b3d5b3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Currently, the client library does not throttle requests to the CueServer. As
noted in CueServer's documentation, new requests should only be sent after a
response from the previous request has been received from CueServer.

###Documentation
### Documentation
All Javadoc can be found [here](http://creising.github.io/cueserverdoc/).

###Project Structure
### Project Structure
`./client` contains all code related to the client library.
`./cli` contains all of the code related to the example command line interface.

###Compilation
### Compilation
The client library uses the [Gradle](http://www.gradle.org) build system. If
you're new to Gradle, here are a couple of common commands to get you started.
All commands should be run from the root directory.
Expand All @@ -33,10 +33,10 @@ All commands should be run from the root directory.
specific scripts. Once this command is run, the application can be found in:
`cli/build/install/`.

####Artifacts
#### Artifacts
Artifacts can be found on [The Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.urbanbyte.cueserver%22%20AND%20a%3A%22cueserver-client%22).

####Dependencies
#### Dependencies
The client library has the following dependencies:

* Google's guava v18.0
Expand All @@ -61,5 +61,4 @@ The client library currently supports the following operations:
- Update a cue
- Delete a cue

Questions? Feel free to contact me at creising@gmail.com

0 comments on commit 8b3d5b3

Please sign in to comment.