Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 authored Sep 24, 2024
1 parent 650be67 commit a9d78b2
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 @@ -32,13 +32,13 @@ lines of code and update the setBackground() command:

```java
Image img = null;
try{ img =ImageIO.read(new File("<PATH TO IMAGE>")); }
try { img = ImageIO.read(new File("<PATH TO IMAGE>")); }
catch(IOException e) {}

meepMeep.setBackground(img)
```

where <PATH TO IMAGE> is your path to the image you want to use for example:
where `<PATH TO IMAGE>` is your path to the image you want to use for example:

- On MacOs: `/Users/<username>/Documents/field.png`
- On Windows: `C:\Users\<username>\Documents\field.png`
Expand Down

0 comments on commit a9d78b2

Please sign in to comment.