Skip to content

Commit

Permalink
Fix inconsistent indent in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspiaaa committed Sep 11, 2024
1 parent e33c36a commit ab0205b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ IEnumerator MyCoroutine() {
// Same as above.
yield return Co.Coroutine(PlayAnimation());

// Spawn a WaitDelayCoroutine and wait for it to complete.
// Spawn a WaitDelayCoroutine and wait for it to complete.
yield return Co.Wait(2);
}

IEnumerator PlayAnimation() {
// ...
// ...
}
```

Expand Down

0 comments on commit ab0205b

Please sign in to comment.