Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Jan 16, 2023
1 parent 7ad69e1 commit cb13005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethlite-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ token_ids.each do |token_id|
str_image = data['image']
str_image = str_image.sub( 'data:image/svg+xml;base64,', '' )
image = Base64.decode64( str_image )
write_text( "./tmp/noun#{token_id}.svg", image )
write_text( "nouns/noun#{token_id}.svg", image )
else
puts "!! ERROR - expected json base64-encoded; got:"
pp str
Expand Down

0 comments on commit cb13005

Please sign in to comment.