diff --git a/README.md b/README.md index a3808d07f..e05cc66f9 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,7 @@ This simple example will show the basics of Kompute through the high level API. 1. Create and initialise a set of data tensors for processing 2. Run compute shader synchronously -3. Create managed sequence to submit batch operations to the CPU -4. Map data back to host by running operation +3. Map data back to host by running operation View the [extended version](#your-first-kompute-extended) or [more examples](https://kompute.cc/overview/advanced-examples.html#simple-examples).