Skip to content

Commit aea6fbd

Browse files
author
Sam Stenvall
committed
Fix package name in the README instructions and Godoc badge
1 parent 1cbce7a commit aea6fbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# upcloud-go-sdk
22

33
[![Build Status](https://travis-ci.org/Jalle19/upcloud-go-sdk.svg?branch=master)](https://travis-ci.org/Jalle19/upcloud-go-sdk)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/jalle19/upcloud-go-sdk)](https://goreportcard.com/report/github.com/jalle19/upcloud-go-sdk)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/Jalle19/upcloud-go-sdk)](https://goreportcard.com/report/github.com/Jalle19/upcloud-go-sdk)
55
[![GoDoc](https://godoc.org/github.com/Jalle19/upcloud-go-sdk?status.svg)](https://godoc.org/github.com/Jalle19/upcloud-go-sdk)
66

77
This is an SDK for interfacing with UpCloud's API using the Go programming language. It is loosely based on similar
@@ -12,7 +12,7 @@ SDKs such as https://github.com/aws/aws-sdk-go.
1212
You'll need Go 1.6 or higher to use the SDK. You can use the following command to retrieve the SDK:
1313

1414
```
15-
go get github.com/jalle19/upcloud-go-sdk
15+
go get github.com/Jalle19/upcloud-go-sdk
1616
```
1717

1818
## Usage

0 commit comments

Comments
 (0)