aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 37d70f9..b1ed782 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ the basic API is very similar to the C libnv API:
auto nvl = bsd::nv_list();
nvl.add_number("the answer", 42);
assert(nvl.exists_number("the answer"));
- std::print("{0}", nvl.get_number("the answer"));
+ std::print("{0}\n", nvl.get_number("the answer"));
infrequently asked questions: