Skip to content

Commit 66558fb

Browse files
committed
Update README.md
1 parent 031f275 commit 66558fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@ This package offers Python-style general formatting and c-style numerical format
1515

1616
[travis-url]: https://travis-ci.org/JuliaString/Format.jl
1717
[travis-s-img]: https://travis-ci.org/JuliaString/Format.jl.svg
18-
[travis-m-img]: https://travis-ci.org/JuliaString/Format.jl.svg?branch=newmaster
18+
[travis-m-img]: https://travis-ci.org/JuliaString/Format.jl.svg?branch=master
1919

2020
[app-s-url]: https://ci.appveyor.com/project/ScottPJones/format-jl
21-
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/format-jl/branch/newmaster
21+
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/format-jl/branch/master
2222
[app-s-img]: https://ci.appveyor.com/api/projects/status/9wb580eyjv4k3iej?svg=true
23-
[app-m-img]: https://ci.appveyor.com/api/projects/status/9wb580eyjv4k3iej/branch/newmaster?svg=true
23+
[app-m-img]: https://ci.appveyor.com/api/projects/status/9wb580eyjv4k3iej/branch/master?svg=true
2424

2525
[pkg-s-url]: http://pkg.julialang.org/?pkg=Format
2626
[pkg-m-url]: http://pkg.julialang.org/?pkg=Format
2727
[pkg-s-img]: http://pkg.julialang.org/badges/Format_0.6.svg
2828
[pkg-m-img]: http://pkg.julialang.org/badges/Format_0.7.svg
2929

3030
[codecov-url]: https://codecov.io/gh/JuliaString/Format.jl
31-
[codecov-img]: https://codecov.io/gh/JuliaString/Format.jl/branch/newmaster/graph/badge.svg
31+
[codecov-img]: https://codecov.io/gh/JuliaString/Format.jl/branch/master/graph/badge.svg
3232

3333
[coverall-s-url]: https://coveralls.io/github/JuliaString/Format.jl
34-
[coverall-m-url]: https://coveralls.io/github/JuliaString/Format.jl?branch=newmaster
34+
[coverall-m-url]: https://coveralls.io/github/JuliaString/Format.jl?branch=master
3535
[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/Format.jl/badge.svg
36-
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/Format.jl/badge.svg?branch=newmaster
36+
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/Format.jl/badge.svg?branch=master
3737

3838
## Getting Started
3939

4040
This package is pure Julia. It is now registered, so it can be added simply with `Pkg.add("Format")`.
41-
Note: The default branch is `newmaster` instead of `master`, remember that if you wish to make a PR on this package. (It is forked off of [Formatting.jl](https://github.com/JuliaIO/Formatting.jl), and I try to keep the master branch up to date with that, and cherry pick or port all necessary changes to `Format`).
41+
It is forked off of [Formatting.jl](https://github.com/JuliaIO/Formatting.jl), and I try to keep the oldmaster branch up to date with the master branch of that, and cherry pick or port all necessary changes to `Format`).
4242

4343
To start using the package, you can simply write
4444

0 commit comments

Comments
 (0)