Skip to content

Commit

Permalink
Update README.md to rename the image file created to example.png (sas…
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaroyamazaki authored Mar 22, 2023
1 parent eb68a72 commit 4288394
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 @@ -287,7 +287,7 @@ func main() {
return
}

file, err := os.Create("image.png")
file, err := os.Create("example.png")
if err != nil {
fmt.Printf("File creation error: %v\n", err)
return
Expand Down

0 comments on commit 4288394

Please sign in to comment.