diff --git a/instructions/16-measure-performance.md b/instructions/16-measure-performance.md index caf09bf..1809cac 100644 --- a/instructions/16-measure-performance.md +++ b/instructions/16-measure-performance.md @@ -40,7 +40,7 @@ If you have not already cloned the lab code repository for **DP-420** to the env dotnet add package Microsoft.Azure.Cosmos --version 3.22.1 dotnet build dotnet run --load-data - echo "Load data process completed." + echo "Data load process completed." ```