Skip to content

Commit bc612dd

Browse files
icarthickclaude
andcommitted
fix: Align install command order with plugin table
Reorder plugin installation examples to match the order specified in the plugin table (deploy-on-aws, amazon-location-service, migration-to-aws). Previously the install commands were in a different order: - amazon-location-service - deploy-on-aws - migration-to-aws Now consistent with plugin table order: - deploy-on-aws - amazon-location-service - migration-to-aws This improves clarity and consistency for users reading the README. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 349cfd5 commit bc612dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ To maximize the benefits of plugin-assisted development while maintaining securi
2828

2929
| Plugin | Description | Status |
3030
| --------------------------- | ------------------------------------------------------------------------------------------------------------------ | --------- |
31-
| **amazon-location-service** | Add maps, geocoding, routing, places search, and geospatial features to applications with Amazon Location Service | Available |
3231
| **deploy-on-aws** | Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available |
32+
| **amazon-location-service** | Add maps, geocoding, routing, places search, and geospatial features to applications with Amazon Location Service | Available |
3333
| **migration-to-aws** | Migrate GCP infrastructure to AWS with resource discovery, architecture mapping, cost analysis, and IaC generation | Available |
3434

3535
## Installation
@@ -45,13 +45,13 @@ To maximize the benefits of plugin-assisted development while maintaining securi
4545
#### Install a plugin
4646

4747
```bash
48-
/plugin install amazon-location-service@agent-plugins-for-aws
48+
/plugin install deploy-on-aws@agent-plugins-for-aws
4949
```
5050

5151
or
5252

5353
```bash
54-
/plugin install deploy-on-aws@agent-plugins-for-aws
54+
/plugin install amazon-location-service@agent-plugins-for-aws
5555
```
5656

5757
or

0 commit comments

Comments
 (0)