diff --git a/README.md b/README.md
index 2d88470..3b1f191 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,19 @@
-# aws-sdk-mock
+
-AWSome mocks for Javascript aws-sdk services.
+# `aws-sdk-mock`
+
+AWSome mocks for `JavaScript` `aws-sdk` services.
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/aws-sdk-mock/ci.yml?label=build&style=flat-square&branch=main)](https://github.com/dwyl/aws-sdk-mock/actions/workflows/ci.yml)
-[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/aws-sdk-mock/master.svg?style=flat-square)](http://codecov.io/github/dwyl/aws-sdk-mock?branch=master)
+[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/aws-sdk-mock/main.svg?style=flat-square)](http://codecov.io/github/dwyl/aws-sdk-mock?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/dwyl/aws-sdk-mock/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/dwyl/aws-sdk-mock?targetFile=package.json)
-[![Node.js Version](https://img.shields.io/node/v/aws-sdk-mock.svg?style=flat-square "Node.js 14.x, 16.x & 18.x supported")](http://nodejs.org/download/)
+[![Node.js Version](https://img.shields.io/node/v/aws-sdk-mock.svg?style=flat-square "Node.js 18.x, 20.x & 21.x supported")](http://nodejs.org/download/)
[![npm package version](https://img.shields.io/npm/v/aws-sdk-mock.svg?style=flat-square&color=bright-green)](https://www.npmjs.com/package/aws-sdk-mock)
![npm monthly downloads](https://img.shields.io/npm/dm/aws-sdk-mock?style=flat-square)
[![HitCount](https://hits.dwyl.com/dwyl/aws-sdk-mock.svg?style=flat-square)](http://hits.dwyl.com/dwyl/aws-sdk-mock)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/aws-sdk-mock/issues)
-
+
This module was created to help test AWS Lambda functions but can be used in any situation where the AWS SDK needs to be mocked.
diff --git a/package.json b/package.json
index 689c9e2..49169af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-mock",
- "version": "5.8.0",
+ "version": "5.9.0",
"description": "Functions to mock the JavaScript aws-sdk ",
"main": "index.js",
"types": "index.d.ts",
@@ -56,6 +56,6 @@
"typescript": "^5.1.6"
},
"engines": {
- "node": ">=14.0.0"
+ "node": ">=18.0.0"
}
}