Skip to content

Commit 4ea246f

Browse files
Merge pull request #43 from ThomasWaldmann/typos-grammar2
fix typos and grammar
2 parents 80d5bb4 + ef339f3 commit 4ea246f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
# Allow manually triggering this workflow
33
workflow_dispatch:
4-
# run for all pull requests and pushes to certain branches
4+
# Run for all pull requests and pushes to certain branches
55
pull_request:
66
push:
77
branches:
@@ -54,9 +54,9 @@ jobs:
5454
5555
brew uninstall borgbackup-fuse
5656
57-
# Step is disabled because it times out on GH hosted runners
58-
# bacause of a macOS security prompt - can only be done on
59-
# selfhosted runners
57+
# This step is disabled because it times out on GitHub-hosted runners
58+
# because of a macOS security prompt — it can only be done on
59+
# self-hosted runners.
6060
- name: Test mount command
6161
if: vars.TESTMOUNT
6262
run: |

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BorgBackup [Homebrew](https://brew.sh/) tap
22

3-
## Why install [Borg](https://www.borgbackup.org/) using this tap vs `brew install borgbackup`?
3+
## Why install [Borg](https://www.borgbackup.org/) using this tap instead of `brew install borgbackup`?
44

55
The `borgbackup-fuse` formula maintained in this tap depends on [macFUSE](https://osxfuse.github.io) and [llfuse](https://github.com/python-llfuse/python-llfuse/) which are required to mount repositories or archives using `borg mount`.
66

@@ -15,15 +15,15 @@ brew install --cask macfuse
1515
brew install borgbackup/tap/borgbackup-fuse
1616
```
1717

18-
After that, borgbackup should upgrade automatically with homebrew when a new release is made.
18+
After that, BorgBackup should upgrade automatically with Homebrew when a new release is made.
1919

2020
## For maintainers: How to make a new release?
2121

22-
1. Get new package URLs and SHAs from [PyPi](https://pypi.org/project/borgbackup/)
22+
1. Get new package URLs and SHAs from [PyPI](https://pypi.org/project/borgbackup/)
2323
2. ~~Lint `brew audit --strict Formula/borgbackup-fuse.rb`~~
2424
3. Install `brew install Formula/borgbackup-fuse.rb`
2525
4. Test `brew test Formula/borgbackup-fuse.rb`
2626

2727
## Documentation
2828

29-
`brew help`, `man brew` or check [Homebrew’s documentation](https://docs.brew.sh).
29+
Use `brew help`, `man brew`, or check [Homebrew’s documentation](https://docs.brew.sh).

0 commit comments

Comments
 (0)