deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes
Apache License 2.0
311 stars 48 forks source link

README.md file still references `containerd-shim-spin` #218

Open tpmccallum opened 6 months ago

tpmccallum commented 6 months ago

The README.md still has a few references to containerd-shim-spin after spin shim was removed from the repo.

The first is in the Quickstart section:

Screenshot 2024-04-15 at 20 50 51

Screenshot 2024-04-15 at 20 50 25

Perhaps this Quickstart link can stay in the README.md and point to the Quickstart in SpinKube?

The others are in the instructions:

Screenshot 2024-04-15 at 21 09 27

Perhaps the instructions from this SpinKube documentation page can replace the instructions pictured above.

Thanks Tim