PLC Bundle V1 Example Implementations

update readme

+7 -1
+7 -1
README.md
··· 19 19 20 20 ## TypeScript 21 21 22 - File: [plcbundle.ts](plcbundle.ts) 22 + File: [`typescript/plcbundle.ts`](typescript/plcbundle.ts) 23 23 24 24 ### Usage 25 25 ··· 63 63 node dist/plcbundle.js ./my_plc_bundles 64 64 ``` 65 65 66 + --- 67 + 66 68 ## Python 69 + 70 + File: [`python/plcbundle.py`](python/plcbundle.py) 71 + 72 + ### Usage 67 73 68 74 TODO