From 4acb63566242ef1432c02238782fa971bbc42989 Mon Sep 17 00:00:00 2001 From: Kotaro Kamashima Date: Sat, 12 Nov 2022 00:14:04 +0900 Subject: [PATCH] Modify: name --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83d4e6b..8d71dec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# { name } resume +# Kotaro666-dev resume ## Sample @@ -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`. @@ -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 @@ -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`.