diff --git a/README.md b/README.md index 6fd57c4..8e3549b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone --recursive https://github.com/CloudCompare/CloudCompare.git ``` cd CloudCompare/plugins/core/Standard -git submodule add git@gitlab.com:theadib/jsonrpcplugin.git +git submodule add git@gitlab.com:theadib/JsonRPCPlugin.git ``` 3. patch CMakeLists.txt @@ -39,7 +39,7 @@ then add the plugin as indicated below ${CMAKE_CURRENT_SOURCE_DIR}/qColorimetricSegmenter ${CMAKE_CURRENT_SOURCE_DIR}/qMasonry ${CMAKE_CURRENT_SOURCE_DIR}/qMPlane -+ ${CMAKE_CURRENT_SOURCE_DIR}/jsonrpcplugin ++ ${CMAKE_CURRENT_SOURCE_DIR}/JsonRPCPlugin ) ```