Skip to content

Commit b43a7ed

Browse files
authored
Merge pull request #16 from AnotherButler/patch-1
Fix branding in README.md
2 parents 691707e + 64d681b commit b43a7ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
This example demonstrates how to use the Mbed OS Key Value Storage Global API.
44

55
KVStore is a key-value storage based API over a block device.
6-
Mbed-OS provides several KVStore implementation options, that can be optimized to
6+
Mbed OS provides several KVStore implementation options, that can be optimized to
77
the specific application requirements and target hardware:
88
- TDBStore - Default implementation of the KVStore API. It provides static wear-leveling and quick access for when you have a small number of KV pairs.
99
- FileSystemStore - Class that provides a key-value store API on top of a POSIX-like file system API.
1010
- SecureStore - Class that provides encryption, authentication and rollback protection on top of the KVStore API. It requires two KVStore implementations, one that provides the storage for the KV pairs and one providing storage for the CMACs that protect KV pairs stored in the KVStore.
1111

12-
KVStore Global APIs use Mbed-OS [KVStore configuration](#kvstore-configuration) json file to define the selected KVStore implementation option of the above.
12+
KVStore Global APIs use Mbed OS [KVStore configuration](#kvstore-configuration) json file to define the selected KVStore implementation option of the above.
1313

1414
**Note:** The example is by default set to be used on K64F target with **internal** memory (see: [mbed_app.json](./mbed_app.json)).
1515
If running in another target, make sure the target.json for the target includes the "components": ["FLASHIAP"] and device_has": ["FLASH"] or add this section to the example [mbed_app.json](./mbed_app.json).
@@ -159,4 +159,5 @@ If you have problems, you can review the [documentation](https://os.mbed.com/doc
159159
for suggestions on what could be wrong and how to fix it.
160160

161161
## KVStore Configuration
162-
The Global KVStore API options can be set up in the higher level Mbes-OS KVSTore retargetting layer [json configuration](https://github.com/ARMmbed/mbed-os/blob/master/features/storage/kvstore/conf/mbed_lib.json)
162+
163+
The Global KVStore API options can be set up in the higher level Mbed OS KVSTore retargetting layer [json configuration](https://github.com/ARMmbed/mbed-os/blob/master/features/storage/kvstore/conf/mbed_lib.json)

0 commit comments

Comments
 (0)