From 705b5d12adf34d374cf1df3086af4809cc0ff46d Mon Sep 17 00:00:00 2001 From: Ali Ghassemi Date: Fri, 20 May 2016 13:53:18 -0700 Subject: [PATCH] spinning_square.dart -> widgets/spinning_square.dart --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfe6477cc5..7c69f81253 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ USB and debugging enabled on that device. You can also specify a particular Dart file to run if you want to run an example that doesn't have a `lib/main.dart` file using the `-t` command-line option. For -example, to run the `spinning_square.dart` example in the [examples/layers](examples/layers) +example, to run the `widgets/spinning_square.dart` example in the [examples/layers](examples/layers) directory on a connected Android device, from that directory you would run: `flutter run -t widgets/spinning_square.dart`