diff --git a/README.md b/README.md index 10b8bb4e..df13938a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ -
-

@side/fortifyjs

-
A platform-agnostic lib for generating security headers for your web application.
-
-
+# @side/fortifyjs -
+A platform-agnostic library for generating security headers for your web application. [![NPM version][npm-image]][npm-url] [![License][license-image]][license-url] @@ -171,7 +167,6 @@ Since this library is specifically for delivering the relevant headers to secure | X-Download-Options | noopen | [Link][x-download-options-url] | | X-Frame-Options | SAMEORIGIN | [Link][x-frame-options-url] | | X-Permitted-Cross-Domain-Policies | none | [Link][x-permitted-cross-domain-policies-url] | -| --------------------------- | ### Contributing Policy diff --git a/package.json b/package.json index d6e5dd3f..a8baa02a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "main": "dist/index.js", "repository": "https://github.com/reside-eng/fortifyjs.git", + "description": "A platform-agnostic library for generating security headers for your web application.", "author": "Side Platform Engineering", "license": "MIT", "types": "dist/index.d.ts",