Skip to content

Commit

Permalink
Add Codecov Badge
Browse files Browse the repository at this point in the history
Fix Readme Bugs
  • Loading branch information
Jisin0 committed Jun 1, 2024
1 parent 2160d88 commit 271689f
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 @@ -19,7 +19,7 @@
</p>

# filmigo
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Go Report Card](https://goreportcard.com/badge/github.com/Jisin0/filmigo)](https://goreportcard.com/report/github.com/Jisin0/filmigo) [![Go Reference](https://pkg.go.dev/badge/github.com/Jisin0/filmigo.svg)](https://pkg.go.dev/github.com/Jisin0/filmigo)
[![codecov](https://codecov.io/gh/Jisin0/filmigo/graph/badge.svg?token=ELA38Y9ICF)](https://codecov.io/gh/Jisin0/filmigo) [![Go Report Card](https://goreportcard.com/badge/github.com/Jisin0/filmigo)](https://goreportcard.com/report/github.com/Jisin0/filmigo) [![Go Reference](https://pkg.go.dev/badge/github.com/Jisin0/filmigo.svg)](https://pkg.go.dev/github.com/Jisin0/filmigo) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**filmigo** is a library designed to make accessing movie databases as simple as possible in **Go**.
It provides coverage of many api methods with close to no configuration and in-built configurable caching.
Expand Down
4 changes: 2 additions & 2 deletions imdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The imdb package offers methods to browse imdb and get data about entities.
- [Search](#search)
- [Fetch Movie](#getmovie)
- [Fetch Person](#getperson)
- [Advanced Search](#advsearch)
- [Advanced Search](#advanced-search)

## Guide
Here's a short guide of the available methods and it's usage. All options are passed in the optional field of each function.
Expand Down Expand Up @@ -60,7 +60,7 @@ Use this function to get a person using their imdb id. We'll use [nm0000206](htt
client.GetPerson("nm0000206")
```

### Advanced Search {#advsearch}
### Advanced Search
Imdb offers an advanced search page that allows filtering people and titles based on a wide variety of parameters.

#### Titles
Expand Down

0 comments on commit 271689f

Please sign in to comment.