Skip to content

Commit d4f4091

Browse files
authored
Update README.md
1 parent f6ceeb5 commit d4f4091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ int main(int argc, char **argv)
121121
122122
The library provides a mock implementation of the `ProximityConnection` class that can be used for testing and development purposes. This allows you to simulate the behavior of a real sensor without needing to connect to an actual device.
123123
124-
In this snippet, we create a mock connection, construct a mock message, and set the mock data to be returned by the mock connection. The mock message is then encoded and used to simulate the behavior of a real sensor.
124+
In this snippet, we create a mock connection, construct a mock message, and encode it to the mock data buffer to be returned by the mock connection on recv calls.
125125
126126
```cpp
127127
ProximityConnection* conn;

0 commit comments

Comments
 (0)