Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80b0670

Browse files
committed
readme update
1 parent d56cfe2 commit 80b0670

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if (isMyAwesomeFeatureEnabled) {
104104
```
105105
106106
## Sample/Demo apps
107-
* [Example Console app](https://github.com/ConfigCat/cpp-sdk/tree/main/example/)
107+
* [Sample Console app](https://github.com/ConfigCat/cpp-sdk/tree/main/samples/)
108108
109109
## Polling Modes
110110
The ConfigCat SDK supports three different polling mechanisms to acquire the setting values from ConfigCat. After the latest setting values are downloaded, they are stored in an internal cache . After that, all requests are served from the cache. Read more about Polling Modes and how to use them at [ConfigCat C++ Docs](https://configcat.com/docs/sdk-reference/cpp/).

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ConfigCat C++ Console Sample App
22

3-
This is a simple application to demonstrate how to use the ConfigCat C++ SDK in a console application.
3+
This is a sample application to demonstrate how to use the ConfigCat C++ SDK.
44

55
## Table of Contents
66

0 commit comments

Comments
 (0)