Skip to content

Commit b45a05f

Browse files
committed
fix typo
1 parent 524ebda commit b45a05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bin/plugin -install elasticsearch/elasticsearch-cloud-gce/2.2.0
1111

1212
You need to install a version matching your Elasticsearch version:
1313

14-
| Elasticsearch | Azure Cloud Plugin| Docs |
14+
| Elasticsearch | GCE Cloud Plugin | Docs |
1515
|------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
1616
| master | Build from source | See below |
1717
| es-1.3 | Build from source | [2.3.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-cloud-gce/tree/es-1.3/#google-compute-engine-cloud-plugin-for-elasticsearch)|
@@ -24,7 +24,7 @@ To build a `SNAPSHOT` version, you need to build it with Maven:
2424

2525
```bash
2626
mvn clean install
27-
plugin --install cloud-azure \
27+
plugin --install cloud-gce \
2828
--url file:target/releases/elasticsearch-cloud-gce-X.X.X-SNAPSHOT.zip
2929
```
3030

0 commit comments

Comments
 (0)