diff --git a/README.md b/README.md
index 296d747cc..9c25527b0 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ For further information go to our [Spring AI refernce documentation](https://doc
## Educational Resources
-- Follow the [Workshop](#workshop)
+- Follow the [Workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop)
- The workshop contains step-by-step examples from 'hello world' to 'retrieval augmented generation'
Some selected videos. Search YouTube! for more.
@@ -29,19 +29,6 @@ Some selected videos. Search YouTube! for more.
* Introducing Spring AI - Add Generative AI to your Spring Applications
[](https://www.youtube.com/watch?v=1g_wuincUdU)
-
-## Workshop
-
-* You can try out the features of Spring AI by following the [workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop)
-* To use the workshop material with OpenAI (not Azure's offering) you will need to *replace* the Azure Open AI Boot Starter in the `pom.xml` with the Open AI Boot Starter.
-```xml
-
- org.springframework.ai
- spring-ai-openai-spring-boot-starter
- 0.7.1-SNAPSHOT
-
-```
-
## Getting Started
Please refer to the [Getting Started Guide](https://docs.spring.io/spring-ai/reference/getting-started.html) for instruction on adding your dependencies.