diff --git a/README.md b/README.md index 61a4160..eab5cc3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Build Status](https://www.travis-ci.com/AbdullahDiaa/GoVAPID.svg?branch=main)](https://www.travis-ci.com/AbdullahDiaa/GoVAPID) [![Go Report Card](https://goreportcard.com/badge/github.com/AbdullahDiaa/govapid)](https://goreportcard.com/report/github.com/AbdullahDiaa/govapid) -> A micro-package to generate VAPID keys required for sending web push notifications, this package uses standard library dependencies only. +> A micro-package to generate VAPID keys required for sending web push notifications, the package uses standard library dependencies only. ## Usage diff --git a/govapid.go b/govapid.go index 0d35758..00fa1ed 100644 --- a/govapid.go +++ b/govapid.go @@ -1,5 +1,5 @@ -//Package govapid is a micro-package to generate VAPID keys which are required for web-push -//Voluntary Application Server Identification (VAPID) for Web Push https://datatracker.ietf.org/doc/rfc8292/ +//Package govapid is a micro-package to generate VAPID public and private keys required for sending web push notifications, the package uses standard library dependencies only. + package govapid import (