diff --git a/doc/sources/h2load-howto.rst b/doc/sources/h2load-howto.rst index c89dcfe7..2cbe3d08 100644 --- a/doc/sources/h2load-howto.rst +++ b/doc/sources/h2load-howto.rst @@ -12,7 +12,7 @@ Compiling from source --------------------- h2load is compiled alongside nghttp2 and requires that the -``--enable-apps`` flag is passed to ``./configure`` and `required +``--enable-app`` flag is passed to ``./configure`` and `required dependencies `_ are available during compilation. For details on compiling, see `nghttp2: Building from Git