diff --git a/README.md b/README.md
index 88cfb6704d02d4b148a21c9f24d762bd61683a86..84068878ead2b95461fbe7cfabe614b813f8b527 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ This document serves as the [main bootstrap reference](#networkapp-developer-pat
     │   └── network_app_provider_sample
     ├── samples
     ├── scripts
-    ├── sdk
+    ├── opencapif_sdk
     └── test
 
 - [config](./config/): contains OpenCAPIF SDK configuration files samples. These samples illustrate the structure of the configuration files ir order to use SDK properly. Go to the [configuration section](./doc/sdk_configuration.md) for more details,
@@ -53,7 +53,7 @@ This document serves as the [main bootstrap reference](#networkapp-developer-pat
 - [network_app_samples](./network_app_samples/): this folder contains both provider and invoker Network App samples explained further in this document at [network app developer path](#network-app-developer-path),
 - [samples](./samples/): contains sample files related to SDK configuration, API definitions and SDK configuration via environment variables,
 - [scripts](./scripts/): single scripts to individually test functionality though command line. For more information on how to use these go to the [full documentation section](./doc/sdk_full_documentation.md),
-- [sdk](./sdk/): where SDK code is stored,
+- [opencapif_sdk](./opencapif_sdk/): where SDK code is stored,
 - [test](./test/): contains a file named test.py containing tests to ensure all SDK flows work properly.
 
 # Network App developers