Skip to content

Commit

Permalink
fix(docs): typo in homepage extra dependencies command (#5681)
Browse files Browse the repository at this point in the history
Fix command

Signed-off-by: Jay Turner <[email protected]>
Co-authored-by: Ana Falcão <[email protected]>
  • Loading branch information
TurnrDev and anafalcao authored Dec 6, 2024
1 parent 4048fec commit b7d55fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
| **[Parser](./utilities/parser.md#install)** | **`pip install "aws-lambda-powertools[parser]"`**{.copyMe}:clipboard: | `pydantic` _(v2)_ |
| **[Data Masking](./utilities/data_masking.md#install)** | **`pip install "aws-lambda-powertools[datamasking]"`**{.copyMe}:clipboard: | `aws-encryption-sdk`, `jsonpath-ng` |
| **All extra dependencies at once** | **`pip install "aws-lambda-powertools[all]"`**{.copyMe}:clipboard: |
| **Two or more extra dependencies only, not all** | **`pip install "aws-lambda-powertools[tracer,parser,datamasking"]`**{.copyMe}:clipboard: |
| **Two or more extra dependencies only, not all** | **`pip install "aws-lambda-powertools[tracer,parser,datamasking]"`**{.copyMe}:clipboard: |

=== "Lambda Layer"

Expand Down

0 comments on commit b7d55fb

Please sign in to comment.