From 4dd2decafe0d4b4682487f78c67b9a4946e94470 Mon Sep 17 00:00:00 2001 From: Takatoshi Matsumoto Date: Thu, 30 May 2019 09:57:47 +0900 Subject: [PATCH] Fix typo resource -> resources --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbdf976f..dd952071 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The performance of hotword detection usually depends on the actual environment, # Copy the patch file to the root directory of Alexa AVS sample app. Please replace $ALEXA_AVS_SAMPLE_APP_PATH with the actual path where you # cloned the Alexa AVS sample app repository, and replace $SNOWBOY_ROOT_PATH with the actual path where you clone the Snowboy repository cd $ALEXA_AVS_SAMPLE_APP_PATH -cp $SNOWBOY_PATH/resource/alexa/alexa-avs-sample-app/avs-kittai.patch ./ +cp $SNOWBOY_PATH/resources/alexa/alexa-avs-sample-app/avs-kittai.patch ./ # Apply the patch, this will modify the scripts setup.sh and pi.sh patch < avs-kittai.patch