Skip to content

Commit

Permalink
rename references master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
2mol committed Jan 19, 2021
1 parent 2018035 commit b4de381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img srcset="https://raw.githubusercontent.com/2mol/pboy/master/doc/import.png 1x, https://raw.githubusercontent.com/2mol/pboy/master/doc/import.png 2x" src="https://raw.githubusercontent.com/2mol/pboy/master/doc/import.png" alt="pboy screenshot" />
<img srcset="https://raw.githubusercontent.com/2mol/pboy/main/doc/import.png 1x, https://raw.githubusercontent.com/2mol/pboy/main/doc/import.png 2x" src="https://raw.githubusercontent.com/2mol/pboy/main/doc/import.png" alt="pboy screenshot" />

[![GitHub CI](https://github.com/2mol/pboy/workflows/CI/badge.svg)](https://github.com/2mol/pboy/actions)

Expand Down Expand Up @@ -64,7 +64,7 @@ Replace `stack install` with `cabal new-install` at your leisure.
If you have Nix, then you can install `pboy` with a single command:

```
$ nix-env -if https://github.com/2mol/pboy/tarball/master
$ nix-env -if https://github.com/2mol/pboy/tarball/main
```

# Config
Expand All @@ -77,7 +77,7 @@ Paperboy doesn't do anything fancy with providing renaming patterns yet. For exa

# Contribute

You're very welcome to suggest new features or open issues. See the Roadmap https://github.com/2mol/pboy/blob/master/Roadmap.md to get an idea about what's planned for future releases.
You're very welcome to suggest new features or open issues. See the Roadmap https://github.com/2mol/pboy/blob/main/Roadmap.md to get an idea about what's planned for future releases.

Releases can be created by pushing a new tag:

Expand Down

0 comments on commit b4de381

Please sign in to comment.