Skip to content

Commit eaa63f3

Browse files
committed
✏️ Fix Typos
1 parent d696027 commit eaa63f3

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
[![GitMoji](https://img.shields.io/badge/Gitmoji-%F0%9F%8E%A8%20-FFDD67.svg)](https://gitmoji.dev)
44
[![PkgGoDev](https://pkg.go.dev/badge/github.com/UltiRequiem/fibonacci)](https://pkg.go.dev/github.com/UltiRequiem/fibonacci)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6-
![Lines Of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/fibonnaci?color=blue&label=Total%20Lines)
7-
![CodeQL](https://github.com/UltiRequiem/fibonnaci/workflows/CodeQL/badge.svg)
8-
![Build](https://github.com/UltiRequiem/fibonnaci/workflows/Build/badge.svg)
9-
[![Go Report Card](https://goreportcard.com/badge/github.com/UltiRequiem/fibonnaci)](https://goreportcard.com/report/github.com/UltiRequiem/fibonnaci)
6+
![Lines Of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/fibonacci?color=blue&label=Total%20Lines)
7+
![CodeQL](https://github.com/UltiRequiem/fibonacci/workflows/CodeQL/badge.svg)
8+
![Build](https://github.com/UltiRequiem/fibonacci/workflows/Build/badge.svg)
9+
[![Go Report Card](https://goreportcard.com/badge/github.com/UltiRequiem/fibonacci)](https://goreportcard.com/report/github.com/UltiRequiem/fibonnaci)
1010

1111
High Performance Fibonacci Abstraction Layer and an API.
1212

@@ -42,7 +42,7 @@ func main() {
4242

4343
For more examples, see [internal](./internal/) directory.
4444

45-
Check for more detailed info on [pkg.go.dev](https://pkg.go.dev/github.com/UltiRequiem/fibonnaci/pkg).
45+
Check for more detailed info on [pkg.go.dev](https://pkg.go.dev/github.com/UltiRequiem/fibonacci/pkg).
4646

4747
## API
4848

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ module github.com/UltiRequiem/fibonacci
22

33
go 1.17
44

5-
require (
6-
github.com/UltiRequiem/fibonnaci v0.1.0
7-
github.com/labstack/echo/v4 v4.6.0
8-
)
5+
require github.com/labstack/echo/v4 v4.6.0
96

107
require (
118
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
github.com/UltiRequiem/fibonnaci v0.1.0 h1:968IkiN9AUZ4SM7Sg9MKCmajNvadvQuNFTQKsScZx6I=
2-
github.com/UltiRequiem/fibonnaci v0.1.0/go.mod h1:Y0uGs8bImeISTZvKDbYpg/pwIkugQlZzzkvgVVamQP4=
31
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
42
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
53
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
import "github.com/UltiRequiem/fibonnaci/cmd"
3+
import "github.com/UltiRequiem/fibonacci/cmd"
44

55
// API Entry Point
66
func main() {

0 commit comments

Comments
 (0)