openfaas / nats-connector

An OpenFaaS event-connector to trigger functions from NATS
MIT License
42 stars 15 forks source link

Wrong Docker images name in README.md #22

Open FTWH opened 3 years ago

FTWH commented 3 years ago

faas-cli deploy --name receive-message --image openfaas/receive-message:latest --fprocess='./handler' --annotation topic="nats-test"

openfaas/receive-message:latest does not exist. It perhaps renamed with openfaas/nats-receive-message:latest

alexellis commented 3 years ago

@LucasRoesler PTAL?

a5r0n commented 3 years ago

@alexellis probably its with nats- - openfaas/nats-receive-message

EDIT: now i see #21