diff --git a/cookbook/README.md b/cookbook/README.md index 9e5cf2ca..0e98de74 100644 --- a/cookbook/README.md +++ b/cookbook/README.md @@ -49,14 +49,14 @@ This cookbook collects small, focused recipes showing how to accomplish common t ### .NET ```bash -cd dotnet/cookbook/recipe +cd cookbook/dotnet/recipe dotnet run .cs ``` ### Node.js ```bash -cd nodejs/cookbook/recipe +cd cookbook/nodejs/recipe npm install npx tsx .ts ``` @@ -64,7 +64,7 @@ npx tsx .ts ### Python ```bash -cd python/cookbook/recipe +cd cookbook/python/recipe pip install -r requirements.txt python .py ``` @@ -72,7 +72,7 @@ python .py ### Go ```bash -cd go/cookbook/recipe +cd cookbook/go/recipe go run .go ``` @@ -83,4 +83,5 @@ go run .go ## Status -Cookbook structure is complete with 4 recipes across all 4 supported languages. Each recipe includes both markdown documentation and runnable examples. +Cookbook structure is complete with 5 recipes across all 4 supported languages. Each recipe includes both markdown documentation and runnable examples. +