avidofood / vue-responsive-video-background-player

Play your own videos in background responsively in different resolutions.
https://avidofood.github.io/vue-responsive-video-background-player/
MIT License
292 stars 36 forks source link

README.md correction #38

Closed Shawn-Armstrong closed 2 years ago

Shawn-Armstrong commented 2 years ago

In the README.md under the header "Props values" the code blocks related to the Vue CLI notes are being improperly rendered in markdown leading to a syntax error that prompts a regex issue on the CLI.

Incorrect: :src="require(@/assets/demo.mp4)"

Correct: :src="require(`@/assets/demo.mp4`)"

Proper markdown syntax call for the code block to be delimited with double back ticks.

pmochine commented 2 years ago

Hmm how weird, never noticed it. Thanks