fix typo in README "sdk" insteak of "adk" (#1361)

Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
Co-authored-by: JR Conlin <jconlin+git@mozilla.com>
This commit is contained in:
besendorf 2022-08-17 19:35:40 +02:00 committed by GitHub
parent 1b1261f23e
commit bcf0fe5edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ SYNC_SPANNER_EMULATOR_HOST=localhost:9010 make run_spanner
```
### Running via Docker
This requires access to the mozilla-rust-sdk which is now available at `/vendor/mozilla-rust-adk`.
This requires access to the mozilla-rust-sdk which is now available at `/vendor/mozilla-rust-sdk`.
1. Make sure you have [Docker installed](https://docs.docker.com/install/) locally.
2. Copy the contents of mozilla-rust-sdk into top level root dir here.