Skip to content

Update README.md

Update README.md #15

Workflow file for this run

name: Prettify Doc
on:
push:
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.md