diff --git a/README.md b/README.md index 5886638..f476992 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Features ### Ranges Like Interface For TupleLike ```cpp -#include +import utempl; auto main() -> int { using namespace utempl; @@ -18,9 +18,8 @@ auto main() -> int { ``` ### Storage types in array ```cpp -#include -#include -#include +import utempl; +import std; auto main() -> int { using namespace utempl;