Skip to content

[readme] update M1 to “Apple Silicon” because of M2 and M3; fix typos #1222

[readme] update M1 to “Apple Silicon” because of M2 and M3; fix typos

[readme] update M1 to “Apple Silicon” because of M2 and M3; fix typos #1222

Workflow file for this run

name: Automatic Rebase
on: [pull_request_target]
jobs:
_:
permissions:
contents: write
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v1
with:
allowed-endpoints:
api.github.com:443
github.com:443
- uses: actions/checkout@v3
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}