Skip to content

Commit

Permalink
Fix Doc and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent-Hellboy committed Dec 1, 2022
1 parent ffb89f8 commit ec2f472
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FileType.jl
# FileTypes.jl

Small and dependency free [Julia](https://julialang.org/) package to infer file and MIME type checking the [magic numbers](<https://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files>) signature.

[![Build Status](https://travis-ci.org/JuliaIO/FileType.jl.svg?branch=main)](https://travis-ci.org/JuliaIO/FileType.jl)
[![Build Status](https://github.com/JuliaIO/FileTypes.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaIO/FileTypes.jl)
[![Coverage](https://codecov.io/gh/JuliaIO/FileType.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaIO/FileType.jl)

## Features
Expand Down
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
using Documenter
using FileType
using FileTypes

makedocs(
sitename = "FileType",
sitename = "FileTypes",
format = Documenter.HTML(),
modules = [FileType]
modules = [FileTypes]
)

# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
deploydocs(
repo = "https://github.com/Agent-Hellboy/FileType.jl.git"
repo = "https://github.com/JuliaIO/FileTypes.jl.git"
)
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# FileType.jl

Documentation for FileType.jl
Documentation for FileTypes.jl


# Documentation

```@meta
CurrentModule = FileType
CurrentModule = FileTypes
DocTestSetup = quote
using FileType
using FileTypes
end
```

```@autodocs
Modules = [FileType]
Modules = [FileTypes]
```

0 comments on commit ec2f472

Please sign in to comment.