Skip to content

Commit

Permalink
Modify: name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotaro666-dev committed Nov 11, 2022
1 parent 75f0a29 commit 4acb635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# { name } resume
# Kotaro666-dev resume

## Sample

Expand All @@ -13,7 +13,7 @@ Automatic proofreading with [textlint](https://github.com/textlint/textlint).
```
$ yarn lint --fix
```
It is also automatically executed when pre-commit by [husky](https://github.com/typicode/husky).
It is also automatically executed when pre-commit by [husky](https://github.com/typicode/husky).
proofreading rules are set with `.textlintrc`.


Expand All @@ -27,7 +27,7 @@ You can generate PDF with [md-to-pdf](https://www.npmjs.com/package/md-to-pdf).
$ yarn build:pdf
```

The output PDF can be styled as you like with CSS. Edit the `pdf-configs/style.css`.
The output PDF can be styled as you like with CSS. Edit the `pdf-configs/style.css`.

### 🛠 Create release

Expand All @@ -43,5 +43,5 @@ $ git push origin --tags

Automatically generate issues every three months with GitHub Actions Schedules triggers to prompt you to update your resume.

To change the duration or stop the job, edit `.github/workflows/create-issue.yml`.
To change the duration or stop the job, edit `.github/workflows/create-issue.yml`.
To change the issue contents, edit `.github/ISSUE_TEMPLATE.md`.

0 comments on commit 4acb635

Please sign in to comment.