diff --git a/README.md b/README.md index e4bdf75..ad77d35 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ pos2csv -i test/top.pos -f test/feeds.csv -o pnp.csv ## Feed file The feed file is generated by the Pick and Place. Go through the normal setup process on the machine, saving the file to the SD card. Fetch the -project file from the card. The feed is the second section in the file. -Sections start with %. +project file from the card. This will maintain the rest of the file as is +while updating the section pertaining to placements. diff --git a/package.json b/package.json index a03a7d0..9113014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pos2charmhigh", - "version": "1.0.0", + "version": "1.2.0", "description": "Translates KiCAD .pos files to Charmhigh CSV", "main": "index.js", "scripts": {