diff --git a/README.md b/README.md index 4b460c58f..ea7c14c59 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ int main() }) | as_dynamic(); }) | - tap([](vector& v){ + tap([](const vector& v){ // print input packet of bytes copy(v.begin(), v.end(), ostream_iterator(cout, " ")); cout << endl;