Skip to content

Commit

Permalink
fix: wrong version refs in the documentation (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thpham authored Jul 20, 2024
1 parent 6070775 commit bcb7d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lambda Layer with Helmfile v1.0.0
# Lambda Layer with Helmfile
<!--BEGIN STABILITY BANNER-->

---
Expand All @@ -14,13 +14,13 @@ bundles the [`helm`](https://helm.sh/) and the
[`helmfile`](https://helmfile.readthedocs.io/en/latest/) command line.

> - Helm Version: 3.15.3
> - Helmfile Version: 1.0.0
> - Helmfile Version: 0.166.0
Usage:

```ts
// HelmfileLayer bundles the 'helm' and 'helmfile' command lines
import { HelmfileLayer } from '@thkpham/lambda-layer-helmfile-v1';
import { HelmfileLayer } from '@thkpham/lambda-layer-helmfile-v0';
import * as lambda from 'aws-cdk-lib/aws-lambda';

declare const fn: lambda.Function;
Expand Down

0 comments on commit bcb7d1b

Please sign in to comment.