Skip to content

Commit

Permalink
documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikate-De committed Jul 15, 2024
1 parent 8871562 commit 57fe25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/ok_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ This size of the [example application][] APK file using different packages:
- Configured System Proxy on Android
- HTTP/2

**Example Usage of `OkHttpWebSocket`:**

```dart
import 'package:ok_http/ok_http.dart';
import 'package:web_socket/web_socket.dart';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ok_http/lib/src/ok_http_web_socket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import 'jni/bindings.dart' as bindings;
/// [WebSocket](https://square.github.io/okhttp/5.x/okhttp/okhttp3/-web-socket/index.html)
/// API.
///
///
/// Example usage of [OkHttpWebSocket]:
/// ```dart
/// import 'package:ok_http/ok_http.dart';
/// import 'package:web_socket/web_socket.dart';
Expand Down

0 comments on commit 57fe25f

Please sign in to comment.