diff --git a/README.md b/README.md index d329c62..bf30031 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ void ACogSampleGameState::Tick(float DeltaSeconds) } ``` -6. Implement Cog Interfaces of the desired actor classes: +6. Implement Cog Interfaces on your desired actor classes: ```cpp // CogSampleCharacter.h