From de14a99bfb573acbcf71b599a3cfc11dfd72defa Mon Sep 17 00:00:00 2001 From: Lionel-Redis Date: Tue, 22 Apr 2025 09:06:01 -0700 Subject: [PATCH] fixing path in README.md java-resources -> java-recipes --- java-recipes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-recipes/README.md b/java-recipes/README.md index 0d7147d0..3bca3057 100644 --- a/java-recipes/README.md +++ b/java-recipes/README.md @@ -47,7 +47,7 @@ OPENAI_API_KEY=your_openai_api_key_here ```bash git clone https://github.com/redis-developer/redis-ai-resources.git - cd redis-ai-resources/java-resources + cd redis-ai-resources/java-recipes ``` 2. Start the Docker containers: