Skip to content

Commit 6a6d8c3

Browse files
committed
docs: precision
1 parent 9540172 commit 6a6d8c3

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
@@ -1,6 +1,6 @@
11
# `libsharedmemory`
22

3-
`libsharedmemory` is a small C++11 header-only library for using shared memory on Windows, Linux and macOS. `libsharedmemory` makes it easy to transfer data between isolated processes and threads. It also helps inter-connecting modules of applications that are implemented in different programming languages. It allows for simple read/write data transfer of `uint8_t*` / `unsigned char*` and `std::string`.
3+
`libsharedmemory` is a small C++11 header-only library for using shared memory on Windows, Linux and macOS. `libsharedmemory` makes it easy to transfer data between isolated host OS processes. It also helps inter-connecting modules of applications that are implemented in different programming languages. It allows for simple read/write data transfer of `uint8_t*` / `unsigned char*` and `std::string`.
44

55
<img src="screenshot.png" width="350px" />
66

0 commit comments

Comments
 (0)