Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 26, 2014
1 parent f3dc2d6 commit 91de411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library allows you to use your build-in or external webcam directly from Ja
* It is available as Maven dependency or standalone ZIP binary (with all dependencies included),
* Swing component to display video feed from camera,
* Swing component to choose camera (drop down),
* Multiple capturing frameworks:
* Multiple capturing frameworks are supported:
* [OpenIMAJ](http://www.openimaj.org/),
* [LTI CIVIL](http://sourceforge.net/projects/lti-civil/),
* [Java Media Framework (JMF)](http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html),
Expand Down Expand Up @@ -55,7 +55,7 @@ Snapshot version:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.10-SNAPSHOT</version>
<version>0.3.11-SNAPSHOT</version>
</dependency>

```
Expand Down

2 comments on commit 91de411

@wasifmirza
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where to save this files ?

@sarxos
Copy link
Owner Author

@sarxos sarxos commented on 91de411 Jan 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean?

Please sign in to comment.