From bcf0fe5edc9cbdb180238cc8b8edae7f5c7f8a1d Mon Sep 17 00:00:00 2001 From: besendorf Date: Wed, 17 Aug 2022 19:35:40 +0200 Subject: [PATCH] fix typo in README "sdk" insteak of "adk" (#1361) Co-authored-by: Philip Jenvey Co-authored-by: JR Conlin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa40c1b..420b019d 100644 --- a/README.md +++ b/README.md @@ -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.