From 6b6473971ea33465425b108c2eaef0cee674b1cf Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 19 Oct 2015 20:52:06 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- engine/src/flutter/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index 450ed8d96f..6681472637 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -21,7 +21,7 @@ Getting the code To get the code: * Fork `https://github.com/flutter/engine` into your own GitHub account. If you already have a fork, and are now installing a development environment on a new machine, make sure you've updated your fork so that you don't use stale configuration options from long ago. - * If you haven't configured your machine with an SSH key that's shared by github then + * If you haven't configured your machine with an SSH key that's known to github then follow the directions here: https://help.github.com/articles/generating-ssh-keys/. * Create an empty directory for your copy of the repository. Call it what you like. For the sake of the instructions that follow, we'll call it `flutter`.