Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 6, 2024
1 parent 59d0d9f commit e778a46
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ This project is based on the original **NFT Marker Creator** by [Carnaux](https:

3. Put the image you want inside the `src` folder. You can just paste it or you can create a folder. e.g

- NFTmarkerCreatorApp Folder
- NFTMarkerCreator.js
- IMAGE.PNG :arrow_left:
- ...
- NFTmarkerCreatorApp Folder
- NFTMarkerCreator.js
- IMAGE.PNG :arrow_left:
- ...

or

- NFTmarkerCreatorApp Folder
- NFTMarkerCreator.js
- FOLDER/IMAGE.PNG :arrow_left:
- ...
- NFTmarkerCreatorApp Folder
- NFTMarkerCreator.js
- FOLDER/IMAGE.PNG :arrow_left:
- ...

4. Run it

```
```
cd src
node NFTMarkerCreator.js -i PATH/TO/IMAGE
```
Expand Down

0 comments on commit e778a46

Please sign in to comment.