From 959baf5ef9b87c9f03368caf453d974bb6d45ea1 Mon Sep 17 00:00:00 2001 From: Heiko Mamerow Date: Thu, 13 Apr 2023 17:38:39 +0200 Subject: [PATCH] docs(README.md): add version badge for npm --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a41af58..75533b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **TL;DR:** *wp-env-port-stamp* is a npm package who generates an *.wp-env.json* file with custom ports for your *wp-env* environment. +[![npm version](https://badge.fury.io/js/wp-env-port-stamp.svg)](https://badge.fury.io/js/wp-env-port-stamp) + ## Background If you are working with different Docker environments at the same time, you need to manage the ports. *wp-env* uses port 8888 by default. If this port is already used by another project, you have a problem. But the solution is simple: just change the ports.