diff --git a/README.md b/README.md
index 18db904a..d0b56304 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ can be found [here](https://www.youtube.com/watch?v=mK4WjpvLj4c).
## Using Multiprecision
-
+
@@ -62,7 +62,7 @@ where we also observe that Multiprecision can seamlesly interoperate with
```cpp
// ------------------------------------------------------------------------------
-// Copyright Christopher Kormanyos 2024 - 2025.
+// Copyright Christopher Kormanyos 2024 - 2026.
// Distributed under the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -107,6 +107,13 @@ auto main() -> int
}
```
+The expected output is
+
+```
+sqrt_pi : 1.772453850905516027298167483341145182797549456122387128213807789852911284591032181374950656738544665
+gamma_half: 1.772453850905516027298167483341145182797549456122387128213807789852911284591032181374950656738544666
+```
+
## Standalone
Defining `BOOST_MP_STANDALONE` allows `Boost.Multiprecision`