Skip to content

Commit 644dcd3

Browse files
committed
update readme
1 parent 7f7953e commit 644dcd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the ongoing development repository for the Streamr Native SDK, a native
66

77
Streamr Native SDK is used through the [Libstreamrproxyclient](packages/streamr-libstreamrproxyclient) shared library that is a multi-platform native library for publishing messages to the Streamr network implemented as a part of the Streamr Native SDK. The library can be used to publish messages to the Streamr network on all platforms supported by the Streamr Native SDK, including Linux, macOS, iOS, and Android.
88

9-
The library can used either directly through its [C API](packages/streamr-libstreamrproxyclient#api-documentation) or through its wrappers. We provide wrappers for [C++](packages/streamr-libstreamrproxyclient/wrappers/cpp), [Go](packages/streamr-libstreamrproxyclient/wrappers/go), [Python](packages/streamr-libstreamrproxyclient/wrappers/python), [Swift (iOS)](packages/streamr-libstreamrproxyclient/dist/ios-swift-package), and [Kotlin (Android)](packages/streamr-libstreamrproxyclient/dist/android-library-module).
9+
The library can used either directly through its [C API](packages/streamr-libstreamrproxyclient#api-documentation) or through its wrappers. We provide wrappers for [C++](packages/streamr-libstreamrproxyclient/wrappers/cpp), [Go](packages/streamr-libstreamrproxyclient/wrappers/go), [Python](packages/streamr-libstreamrproxyclient/wrappers/python), [Swift (iOS)](packages/streamr-libstreamrproxyclient/dist/ios-swift-package/StreamrProxyClient), and [Kotlin (Android)](packages/streamr-libstreamrproxyclient/dist/android-library-module).
1010

1111
Best way of getting started is to study the example apps for [C](packages/streamr-libstreamrproxyclient/examples/unix), [C++](packages/streamr-libstreamrproxyclient/examples/cpp), [Go](packages/streamr-libstreamrproxyclient/examples/go), [Python](packages/streamr-libstreamrproxyclient/examples/python), [Swift (iOS)](packages/streamr-libstreamrproxyclient/examples/ios/LocationShare), and [Kotlin (Android)](packages/streamr-libstreamrproxyclient/examples/android/LocationShare).
1212

0 commit comments

Comments
 (0)