Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe authored Mar 15, 2024
1 parent 6b5cf34 commit f3df970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.com/philips-software/go-hsdp-signer.svg?branch=master)](https://travis-ci.com/philips-software/go-hsdp-signer)
[![Go Reference](https://pkg.go.dev/badge/github.com/philips-software/go-hsdp-signer.svg)](https://pkg.go.dev/github.com/philips-software/go-hsdp-signer)

# Go HSDP Signer
# Go NIH Signer

This package implements the HSDP API signing algorithm.
This package implements the NIH API signing algorithm.
You can sign a http.Request instance

## Usage
Expand All @@ -12,7 +12,7 @@ You can sign a http.Request instance
package main

import (
"github.com/philips-software/go-hsdp-signer"
"github.com/philips-software/go-nih-signer"
"net/http"
)

Expand Down

0 comments on commit f3df970

Please sign in to comment.