From 943cb30c74fe68a858f25cb92631d4536185a94c Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Thu, 14 Nov 2024 19:32:54 -0500 Subject: [PATCH] Update README to reflect use of beman.iterator_interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 277d542..70a0822 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ beman.utf_view has the following minimum compiler requirements: ### Dependencies -beman.utf_view depends on [Boost.STLInterfaces](https://github.com/boostorg/stl_interfaces). It brings in this library and its dependencies via git submodules. If you add beman.utf_view to your project your project already uses Boost, it will target your project's stl_interfaces instead of using its own submodule. +beman.utf_view depends on [beman.iterator_interface](https://github.com/beman-project/iterator_interface). It brings in this library via CMake FetchContent. ### Instructions