diff --git a/README.md b/README.md
index 30fdb5a..69ed3fc 100644
--- a/README.md
+++ b/README.md
@@ -230,10 +230,10 @@ please see the [Local build](#local_build) chapter.
## Conda setup
-If you use conda, you can create an environment with the libCppH5Writer library by running:
+If you use conda, you can create an environment with the lib_cpp_h5_writer library by running:
```bash
-conda create -c paulscherrerinstitute --name libCppH5Writer
+conda create -c paulscherrerinstitute --name lib_cpp_h5_writer
```
After that you can just source you newly created environment and start linking your builds against the library.