Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit ffbcbe3

Browse files
committed
Merge pull request #6 from ARMmbed/mlnx-patch-1
Update README.md
2 parents 2e6a2ed + b7941fc commit ffbcbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ Ensure that you have the example application running on your Linux environment (
125125

126126
- Click the URL to create a request. For example: `http://ds-test.dev.mbed.com/v1/endpoints/mbed-linux-endpoint/Test/0/S?sync=true` creates a GET request to the static **/Test/0/S** resource.
127127

128-
**/Test/0/D** represents the dynamic resource that the mbed Device Server can read. The example program automatically increments the resource's value every 10 seconds, displaying **Resource Value /Test/0/D : <Value>** on the console. The value starts from zero and the increments are steps of one.
128+
- **/Test/0/D** represents the dynamic resource that the mbed Device Server can read. The example program automatically increments the resource's value every 10 seconds, displaying **Resource Value /Test/0/D : <Value>** on the console. The value starts from zero and the increments are steps of one.
129129

130-
**/Test/0/S** represents the static resource that has a fixed value in the mbed Client.
130+
- **/Test/0/S** represents the static resource that has a fixed value in the mbed Client.
131131

132132
**NOTE:** If you changed your endpoint's name (the variable `MBED_ENDPOINT_NAME` in `sources/security.h`) from the default `mbed-linux-endpoint`, you will need to change it in the above URLs as well.
133133

0 commit comments

Comments
 (0)