Skip to content

Commit d4784b0

Browse files
Nicholas Greenfieldgreenie-msft
authored andcommitted
continue to clean up instructions
1 parent e18dc4f commit d4784b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ make test-unit
2121

2222
### Running E2E tests
2323

24-
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Dapr sidecar for this or run a Durable Task test sidecar using the following `docker` command:
24+
The E2E (end-to-end) tests require a sidecar process to be running. You can use the Durable Task test sidecar using the following `docker` command:
2525

2626
```sh
2727
docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' --rm cgillum/durabletask-sidecar:latest start --backend Emulator

0 commit comments

Comments
 (0)