twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

Updated examples in event.md #305

Closed constantstress closed 9 months ago

constantstress commented 9 months ago

Changed golang style comments to sh style comments in examples // to #

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

In examples // was used to start a comment, but examples are given in sh syntax. Examples section wasn't present under first table. It is inconsistent relative to other tables.

Description of Changes:

Checklist