From 17d0798d1f488ce198b85ae8c6e32fdd63433f0a Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Tue, 26 Nov 2024 09:33:20 +0100 Subject: [PATCH] detail in readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88cfb67..8406887 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 -- GitLab