Skip to content

Commit

Permalink
Added pointer to javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Nov 15, 2023
1 parent 390aa9e commit 857b92f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vcr4j-core/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# VCR4J-CORE

[![javadoc](https://javadoc.io/badge2/org.mbari.vcr4j/vcr4j-core/javadoc.svg)](https://javadoc.io/doc/org.mbari.vcr4j/vcr4j-core)

The design of the module is basically:

```
```text
VideoController ---> VideoIO ---> Observable<VideoError>
|--> Observable<VideoIndex>
|--> Observable<VideoState>
Expand Down
2 changes: 2 additions & 0 deletions vcr4j-remote/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vcr4j-remote

[![javadoc](https://javadoc.io/badge2/org.mbari.vcr4j/vcr4j-remote/javadoc.svg)](https://javadoc.io/doc/org.mbari.vcr4j/vcr4j-remote)

A VCR4J module for interacting with the [Sharktopoda](https://github.com/mbari-org/Sharktopoda) video player.

## Usage
Expand Down

0 comments on commit 857b92f

Please sign in to comment.