Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaroHayakawa authored May 6, 2024
1 parent 7c8e001 commit 8d054e9
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 @@ -45,7 +45,7 @@ for _, iface := range status.Interfaces {
config.Interfaces[0].RAIntervalMilliseconds = 2000 // 2sec
err := daemon.Reload(ctx, &config)
if err != nil {
panic(err)
panic(err)
}

// Stop it
Expand Down

0 comments on commit 8d054e9

Please sign in to comment.