Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit c6cc2b6

Browse files
committed
一部修正
1 parent a9bd85a commit c6cc2b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/file/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private: true
8484
最後に `qiita items push` を次のように実行すると記事を更新することができます。
8585

8686
```sh
87-
$ qiita items update ./test.md --write
87+
$ qiita items push ./test.md --write
8888
```
8989

9090
実際に [Qiita](https://qiita.com) で記事が更新されていることが確認できます。
@@ -101,4 +101,4 @@ $ qiita items pull --all --out ./items
101101
```
102102

103103
すると全ての自分の記事が `./items/<記事のタイトル>.md` という名前でマークダウン形式で保存されます。
104-
その後は `qiita items update` などを使用して記事をマークダウンファイルで管理することができます
104+
その後は `qiita items push` を使用して記事をマークダウンファイルで管理 / 更新することができます

0 commit comments

Comments
 (0)