diff --git a/README.md b/README.md index 205bf00cf15..a25bf922323 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ A tldr version follows: installed, and then run `bundle install` * Create a branch. * Make your changes. -* To test your changes, run `bundle exec jekyll serve` +* To test your changes, run `bundle exec jekyll serve` (or + `jekyll serve -w --force_polling`) ## Code Snippet Validation @@ -27,5 +28,5 @@ its own file and checked for analysis issues. Some ways to tweak that: - if a code snippet should not be analyzed, immediately proceed it with a `` comment - to include code to be analyzed, but not displayed, add that in a comment immediately proceeding the snippet (e.g., ``) -- a snippet without any import statements will have an `import 'package:flutter/material.dart';` +- a snippet without any import statements will have an import (`'package:flutter/material.dart'`) automatically added to it