Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahDiaa committed Jun 12, 2021
1 parent dcecd2e commit 09d3c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions govapid.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 09d3c73

Please sign in to comment.