Skip to content

Commit e760457

Browse files
committed
rename
1 parent 265e09a commit e760457

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "GFM"
1+
name = "GithubMarkdown"
22
uuid = "ecb7cac2-dae3-4a6f-a5f6-8274be99c6cb"
33
authors = ["Sebastian Pfitzner"]
44
version = "0.1.0"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# GFM.jl
1+
# GithubMarkdown.jl
22

3-
[![Build Status](https://travis-ci.com/pfitzseb/GFM.jl.svg?branch=master)](https://travis-ci.com/pfitzseb/GFM.jl)
4-
[![Codecov](https://codecov.io/gh/pfitzseb/GFM.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/pfitzseb/GFM.jl)
3+
[![Build Status](https://travis-ci.com/pfitzseb/GithubMarkdown.jl.svg?branch=master)](https://travis-ci.com/pfitzseb/GithubMarkdown.jl)
4+
[![Codecov](https://codecov.io/gh/pfitzseb/GithubMarkdown.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/pfitzseb/GithubMarkdown.jl)
55

66
Render a markdown file (conforming to the [gfm spec](https://github.github.com/gfm/)) to an `IOBuffer` or directly to a file.
77

src/GFM.jl renamed to src/GithubMarkdown.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module GFM
1+
module GithubMarkdown
22

33
export rendergfm
44

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using GFM
1+
using GithubMarkdown
22
using Test
33

4-
@testset "GFM.jl" begin
4+
@testset "GithubMarkdown.jl" begin
55
@testset "html" begin
66
io = IOBuffer()
77
rendergfm(io, joinpath(@__DIR__, "test1.md"); format = "html")

0 commit comments

Comments
 (0)