diff --git a/README.md b/README.md index 2c59e6c4f..00cae3405 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ const fred = new Instructor({ * `gradClassName`: i.e. CS1 * `favInstructor`: i.e. Sean * ProjectManagers have the following Methods: - * `standUp` a method that takes in a slack channel and logs `{name} announces to {channel}, @channel standy times!​​​​​ + * `standUp` a method that takes in a slack channel and logs `{name} announces to {channel}, @channel standy times!` * `debugsCode` a method that takes in a student object and a subject and logs out `{name} debugs {student.name}'s code on {subject}` #### Stretch Problem