This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 4aca72e Update gcp to google in docs (#9839)
4aca72e is described below
commit 4aca72e17cc67ccf719e3d54166dccd391aec3ce
Author: ashwinshankar77 <[email protected]>
AuthorDate: Wed Jul 15 11:19:13 2020 -0700
Update gcp to google in docs (#9839)
Co-authored-by: Ashwin Shankar <[email protected]>
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7edb102..8ac6702 100644
--- a/README.md
+++ b/README.md
@@ -112,9 +112,9 @@ pip install apache-airflow==1.10.11 \
--constraint
https://raw.githubusercontent.com/apache/airflow/1.10.11/requirements/requirements-python3.7.txt
```
-2. Installing with extras (for example postgres,gcp)
+2. Installing with extras (for example postgres,google)
```bash
-pip install apache-airflow[postgres,gcp]==1.10.11 \
+pip install apache-airflow[postgres,google]==1.10.11 \
--constraint
https://raw.githubusercontent.com/apache/airflow/1.10.11/requirements/requirements-python3.7.txt
```