PLC Bundle V1 Example Implementations

update readme

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