Skip to content

Commit

Permalink
Fix link in README.md (#89)
Browse files Browse the repository at this point in the history
* Fix link in README.md

* Fix link in README.md
  • Loading branch information
Ademking committed Apr 12, 2020
1 parent d001224 commit c8d03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ var currentLabels = await detector.detectFromBinary(_file?.readAsBytesSync());

#### custom model interpreter

[native sample code](https://github.com/googlecodelabs/mlkit-android/blob/master/custom-model/final/app/src/main/java/com/google/firebase/codelab/mlkit_custommodel/MainActivity.java)
[native sample code](https://github.com/googlecodelabs/mlkit-android/blob/master/custom-model/final/app/src/main/java/com/google/firebase/codelab/mlkit_custommodel/MainActivity.kt)

```dart
import 'package:mlkit/mlkit.dart';
Expand Down

0 comments on commit c8d03b1

Please sign in to comment.