Index: pkg/mdns/bin/mdns-sd.dart |
diff --git a/pkg/mdns/bin/mdns-sd.dart b/pkg/mdns/bin/mdns-sd.dart |
index 1357aa71e43f9ac5851a244f219300699be5fbc5..83f737c94663ee35cd44dac827190197893d3ba9 100644 |
--- a/pkg/mdns/bin/mdns-sd.dart |
+++ b/pkg/mdns/bin/mdns-sd.dart |
@@ -5,7 +5,7 @@ |
// Example script to illustrate how to use the mdns package to discover services |
// on the local network. |
-import 'mdns.dart'; |
+import '../lib/mdns.dart'; |
main(List<String> args) async { |
if (args.length != 1) { |