Skip to content

Commit

Permalink
Fix reference to stripe extension package name (localstack#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad authored Aug 28, 2023
1 parent acf3fff commit e628510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/references/localstack-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Commands:
To install an extension, specify the name of the `pip` dependency that contains the extension. For example, for the official Stripe extension, you can either use the package distributed on PyPI:

{{< command >}}
$ localstack extensions install localstack-extensions-stripe
$ localstack extensions install localstack-extension-stripe
{{< / command >}}

You can alternatively install it directly from our Git repository:

{{< command >}}
$ localstack extensions install "git+https://github.com/localstack/localstack-extensions/#egg=localstack-extensions-stripe&subdirectory=stripe"
$ localstack extensions install "git+https://github.com/localstack/localstack-extensions/#egg=localstack-extension-stripe&subdirectory=stripe"
{{< / command >}}

## Developing Extensions
Expand Down

0 comments on commit e628510

Please sign in to comment.