From 9c8bafe13391c3ce44f6eee2710c3201ff355bc7 Mon Sep 17 00:00:00 2001 From: miguelqnicolas <32444146+miguelqnicolas@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:37:28 -0400 Subject: [PATCH] added missing backtick on line 110 of readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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