Skip to content

Commit 0431a69

Browse files
authored
Update README.md
1 parent a5f76e3 commit 0431a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This softwaer forked from [sqlc-gen-python](https://github.com/sqlc-dev/sqlc-gen
99
get sha256 hash of wasm file
1010

1111
```bash
12-
curl -sSL https://github.com/zztkm/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm.sha256
12+
curl -sSL https://github.com/veltiosoft/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm.sha256
1313
```
1414

1515
add plugin to sqlc.yaml
@@ -18,7 +18,7 @@ version: '2'
1818
plugins:
1919
- name: py
2020
wasm:
21-
url: https://github.com/zztkm/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm
21+
url: https://github.com/veltiosoft/sqlc-gen-python-orm/releases/download/v0.0.1/sqlc-gen-python-orm.wasm
2222
sha256: <sha256 hash>
2323
sql:
2424
- schema: "schema.sql"

0 commit comments

Comments
 (0)