diff --git a/Intro_Tutorial/lessons/10_raja_kernel/README.md b/Intro_Tutorial/lessons/10_raja_kernel/README.md index b91d79f..7cbc3b8 100644 --- a/Intro_Tutorial/lessons/10_raja_kernel/README.md +++ b/Intro_Tutorial/lessons/10_raja_kernel/README.md @@ -68,6 +68,6 @@ When you have finished making your changes, uncomment the COMPILE define on line then compile and run the code: ``` -$ make ten -$ ./bin/ten +$ make raja_kernel +$ ./bin/raja_kernel ```