Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste authored Dec 15, 2023
1 parent ccaad15 commit edf3c2f
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<<<<<<< Updated upstream
# AzureTLS Client
[![GoDoc](https://godoc.org/github.com/Noooste/azuretls-client?status.svg)](https://godoc.org/github.com/Noooste/azuretls-client)
![Coverage](https://img.shields.io/badge/Coverage-76.3%25-brightgreen)
![Coverage](https://img.shields.io/badge/Coverage-76.3%25-brightgreen)
[![build](https://github.com/Noooste/azuretls-client/actions/workflows/push.yml/badge.svg?branch=improvement)](https://github.com/Noooste/azuretls-client/actions/workflows/push.yml)
[![Go Report Card](https://goreportcard.com/badge/Noooste/azuretls-client)](https://goreportcard.com/report/Noooste/azuretls-client)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Noooste/azuretls-client/blob/master/LICENSE)
Expand Down Expand Up @@ -77,15 +76,6 @@ golang ^1.20
```bash
$ go get github.com/Noooste/azuretls-client
````
=======
# AzureTLS Client
[![GoDoc](https://godoc.org/github.com/Noooste/azuretls-client?status.svg)](https://godoc.org/github.com/Noooste/azuretls-client)
![Coverage](https://img.shields.io/badge/Coverage-76.3%25-brightgreen)
[![build](https://github.com/Noooste/azuretls-client/actions/workflows/push.yml/badge.svg?branch=improvement)](https://github.com/Noooste/azuretls-client/actions/workflows/push.yml)
[![Go Report Card](https://goreportcard.com/badge/Noooste/azuretls-client)](https://goreportcard.com/report/Noooste/azuretls-client)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Noooste/azuretls-client/blob/master/LICENSE)
>>>>>>> Stashed changes


## Usage

Expand Down Expand Up @@ -113,8 +103,7 @@ Valid arguments are:
- `http.Header`: for headers
- `azuretls.HeaderOrder`: for `http.Header` order, if the fiels
- `time.Duration`: for timeout
-
-

#### GET
```go
session := azuretls.NewSession()
Expand Down Expand Up @@ -518,4 +507,4 @@ if err != nil {
}
fmt.Println(response.StatusCode, string(response.Body))
```
```

0 comments on commit edf3c2f

Please sign in to comment.