Skip to content

Commit

Permalink
Fix code snippet in README.md
Browse files Browse the repository at this point in the history
The example code snippet contained a stray closing bracket that
caused it not to compile.
  • Loading branch information
erikvanzijst authored May 7, 2023
1 parent 4f7a4cf commit 9f3b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const TerminalController = (props = {}) => {
</Terminal>
</div>
)
});
};
```

## Component Props
Expand Down

0 comments on commit 9f3b72c

Please sign in to comment.