Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Feb 14, 2013
1 parent 60faeb1 commit ae96d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Code below will capture image from your default webcam and save it in ```test.pn
```java
Webcam webcam = Webcam.getDefault();
webcam.open();
ImageIO.write(webcam.getImage(), "PNG", new File("test.png"));
ImageIO.write(webcam.getImage(), "PNG", new File("hello-world.png"));
```

## More Examples
Expand Down

0 comments on commit ae96d6a

Please sign in to comment.