From 9e17c52c3523a3a0759c4832c8784e4b04e0da2d Mon Sep 17 00:00:00 2001 From: Chris Raynor Date: Fri, 3 Mar 2017 12:22:25 -0800 Subject: [PATCH] Fixing repo name reference --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e82db9..4a1d5e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,7 +120,7 @@ Before you submit your pull request consider the following guidelines: git push origin my-fix-branch ``` -* In GitHub, send a pull request to `firebase-quickstart-web:master`. +* In GitHub, send a pull request to `functions-samples:master`. * If we suggest changes then: * Make the required updates. * Rebase your branch and force push to your GitHub repository (this will update your Pull Request):