Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide authored Nov 30, 2023
1 parent 35aba37 commit 8ea42af
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 @@ -63,7 +63,7 @@ int main()

// Multiple channels can use this sink.
// Data will be saved in mylog.mcap
auto mcap_sink = std::make_shared<MCAP>("mylog.mcap");
auto mcap_sink = std::make_shared<MCAPSink>("mylog.mcap");

// Create a channel
auto channel = LogChannel::create("my_channel");
Expand Down

0 comments on commit 8ea42af

Please sign in to comment.