From 34db99bc875c2eff05ac3622b43c0dc1db2fcc47 Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Thu, 15 Mar 2018 15:40:31 -0700
Subject: [PATCH] any-prereq.md - Tweak

---
 doc/any-prereq.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/doc/any-prereq.md b/doc/any-prereq.md
index 021f24c..e9154e6 100644
--- a/doc/any-prereq.md
+++ b/doc/any-prereq.md
@@ -1,12 +1,10 @@
 # CiviCRM (Any Version): Prerequisites
 
-## Pre-requisites
-
-* Installed+configured [Google Cloud SDK](https://cloud.google.com/sdk/downloads). (Run `gcloud init`, `gcloud auth activate-service-account --key-file ...`, or similar.)
+* Install+configure [Google Cloud SDK](https://cloud.google.com/sdk/downloads). (Run `gcloud init`, `gcloud auth activate-service-account --key-file ...`, or similar.)
 * Write access to all main CiviCRM GitHub repos (`civicrm-{core,packages,backdrop,drupal,joomla,wordpress}`)
 * Write access to Google Cloud Storage (`civicrm` and `civicrm-build` buckets)
 * Write access to SourceForge account (`civicrm`)
-* Access to CiviCRM Jenkins (https://test.civicrm.org)
+* Admin access to CiviCRM Jenkins (https://test.civicrm.org)
 * Import the CiviCRM GPG keypair (`7A1E75CB`)
 * Local copy of [buildkit](https://github.com/civicrm/civicrm-buildkit/)
 * Local clones of all main CiviCRM git repos (e.g. `mkdir src; cd src; gitify all --skip-gencode` or `cividist create dist`)
-- 
GitLab