Skip to content

Commit

Permalink
chore: Update badge, installation instructions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jan 8, 2024
1 parent 444508c commit cefa443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm version](https://badge.fury.io/js/serverless-plugin-canary-deployments.svg)](https://badge.fury.io/js/serverless-plugin-canary-deployments)
[![npm version](https://badge.fury.io/js/@flagsmith%2Fserverless-plugin-canary-deployments.svg)](https://badge.fury.io/js/@flagsmith%2Fserverless-plugin-canary-deployments)

# Serverless Plugin Canary Deployments

Expand All @@ -15,7 +15,7 @@ A Serverless plugin to implement canary deployments of Lambda functions, making

## <a name="installation"></a>Installation

`npm i --save-dev serverless-plugin-canary-deployments`
`npm i --save-dev @flagsmith/serverless-plugin-canary-deployments`

## <a name="usage"></a>Usage

Expand Down

0 comments on commit cefa443

Please sign in to comment.