From e1eef8d57056280b272902cb6fdfcfd34edf97ea Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 4 Sep 2015 13:16:16 -0700 Subject: [PATCH] Dart isn't dark. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55f9ae559..df3fd791b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ Running the examples -------------------- * Before running the examples, you'll need to set up your path to include the Dart SDK directory, like so (starting in the src directory of your code tree): - - ``$ export PATH=$PATH:`pwd`/third_party/dark-sdk/dart-sdk/bin`` + - ``$ export PATH=$PATH:`pwd`/third_party/dart-sdk/dart-sdk/bin`` * You can find example code in subdirectories of the `examples` directory, for example `examples/stocks`. * Once you have a local build, run `pub get` from the example folder of your choice to make sure that you have all of the Dart dependencies. * Then, to run the current example locally, you can run: