Skip to content

Commit df1ae5d

Browse files
authored
A few small improvements to the README (#29)
1 parent 06b2f4b commit df1ae5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Git
1+
# Git.jl
22

33
[![CI](https://github.com/JuliaVersionControl/Git.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaVersionControl/Git.jl/actions/workflows/ci.yml)
44
[![codecov](https://codecov.io/gh/JuliaVersionControl/Git.jl/branch/master/graph/badge.svg?token=cdXpiH0OJ3)](https://codecov.io/gh/JuliaVersionControl/Git.jl)
55

6-
Git allows you to use command-line Git in your Julia packages. You do
6+
Git.jl allows you to use command-line Git in your Julia packages. You do
77
not need to have Git installed on your computer, and neither do the users of
88
your packages!
99

10-
Git provides a Git binary via
11-
[Git_jll](https://github.com/JuliaBinaryWrappers/Git_jll.jl).
12-
The latest version of Git requires at least Julia 1.6.
10+
Git.jl provides a Git binary via
11+
[Git_jll.jl](https://github.com/JuliaBinaryWrappers/Git_jll.jl).
12+
The latest version of Git.jl requires at least Julia 1.6.
1313

14-
Git is intended to work on any platform that supports Julia,
14+
Git.jl is intended to work on any platform that supports Julia,
1515
including (but not limited to) Windows, macOS, Linux, and FreeBSD.
1616

1717
## Examples

0 commit comments

Comments
 (0)