Skip to content

Commit

Permalink
Docs: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 16, 2020
1 parent 2b981ae commit 5b5a9d8
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 @@ -244,7 +244,7 @@ const monkeyPlugin = new Plugin(
return class extends Route {
[GET_TYPE]() {
return 'monkey';
}
}
};
}
);
Expand All @@ -256,7 +256,7 @@ const zebraPlugin = new Plugin(
return class extends Route {
[GET_TYPE]() {
return 'zebra';
}
}
};
}
);
Expand Down

0 comments on commit 5b5a9d8

Please sign in to comment.