Skip to content

Commit 24682e0

Browse files
Andres Amaya GarciaPatater
Andres Amaya Garcia
authored andcommitted
Update branding from mbed to Mbed in tls-client/README.md
1 parent 32a0dd8 commit 24682e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tls-client/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# HTTPS File Download Example for TLS Client on mbed OS
1+
# HTTPS File Download Example for TLS Client on Mbed OS
22

33
This application downloads a file from an HTTPS server (os.mbed.com) and looks for a specific string in that file.
44

55
## Getting started
66

77
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
88

9-
You can also compile this example with the [mbed Online Compiler](https://os.mbed.com/compiler/) by using [this project](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client).
9+
You can also compile this example with the [Mbed Online Compiler](https://os.mbed.com/compiler/) by using [this project](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client).
1010

1111
## Required hardware
1212

1313
This example also requires an Ethernet cable and connection to the internet additional to the hardware requirements in the [main readme](../README.md).
1414
Please read different networking setups instructions from [Easy Connect](https://github.com/ARMmbed/easy-connect/blob/master/README.md).
1515

16-
The networking stack used in this example requires TLS functionality to be enabled on mbed TLS. On devices where hardware entropy is not present, TLS is disabled by default. This would result in compile time or linking failures.
16+
The networking stack used in this example requires TLS functionality to be enabled on Mbed TLS. On devices where hardware entropy is not present, TLS is disabled by default. This would result in compile time or linking failures.
1717

1818
To learn why entropy is required, read the [TLS Porting guide](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/tls_porting/).
1919

0 commit comments

Comments
 (0)