diff --git a/README.md b/README.md index 2b8be22..e443b99 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the following steps to your actions: uses: actions/checkout@v3 - name: Generate BOM - uses: https://hub.allspice.io/Actions/generate-bom-altium@v0.2 + uses: https://hub.allspice.io/Actions/generate-bom@v0.2 with: # The path to the Altium project file in your repo. project_path: Archimajor.PrjPcb @@ -83,7 +83,7 @@ can combine this with the columns json example above, like so: ```yaml - name: Generate BOM - uses: https://hub.allspice.io/Actions/generate-bom-altium@v0.2 + uses: https://hub.allspice.io/Actions/generate-bom@v0.2 with: project_path: Archimajor.PrjPcb columns: .allspice/columns.json @@ -99,7 +99,7 @@ to the script. For example: ```yaml - name: Generate BOM - uses: https://hub.allspice.io/Actions/generate-bom-altium@v0.2 + uses: https://hub.allspice.io/Actions/generate-bom@v0.2 with: project_path: Archimajor.PrjPcb columns: .allspice/columns.json