From b6322b130113995f01b299caa3a00e49d226d44b Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 14 Oct 2016 15:04:45 -0700 Subject: [PATCH] Minor README tweak. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac91d693..4599797b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Dart Sass isn't ready for distribution yet, but it's possible to test it out by running from source. This assumes you've already checked out this repository. 1. [Install Dart](https://www.dartlang.org/install). If you download it - manually, make sure the SDK's `bin` directory is on your `PATH`. + manually, make sure the SDK's `bin` directory is on your `PATH`. 2. In this repository, run `pub get`. This will install Dart Sass's dependencies.