From 2eac4ccd067a9ccd138c0c7816ff20a9705c33ed Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 30 Aug 2019 02:35:59 +0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262ecf6..8360672 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ You should add the required file [magic_enum.hpp](include/magic_enum.hpp). If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [magic_enum package](https://github.com/microsoft/vcpkg/tree/master/ports/magic-enum). -If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `magic_enum/x.y.z@neargye/stable` to your `conanfile.py`'s requires, where `x.y.z` is the release version you want to use. +If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `magic_enum/x.y.z@neargye/stable` to your conan's requires, where `x.y.z` is the release version you want to use. ## Compiler compatibility