Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
motla committed Jan 2, 2024
1 parent 4118717 commit 61af0e1
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 @@ -105,7 +105,7 @@ watch(() => serial.clearToSend, (value) => { console.log("CTS signal:", value);
const app = Vue.createApp({
data () {
return {
serial: new VueSerial();
serial: new VueSerial()
}
},
mounted () {
Expand Down

0 comments on commit 61af0e1

Please sign in to comment.