From 9527567c575132d4a093f9e27e88faa6d4ff3506 Mon Sep 17 00:00:00 2001 From: Muhamad Akbar Bin Widayat Date: Fri, 21 Oct 2016 16:13:55 +0700 Subject: [PATCH] updating git commit file I want to correct the line git add directive package.json. Let me know when I am wrong. This is my suggestion. Thanks. --- jade/blog/angular-bower.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jade/blog/angular-bower.md b/jade/blog/angular-bower.md index 6ae250a..42febba 100644 --- a/jade/blog/angular-bower.md +++ b/jade/blog/angular-bower.md @@ -174,7 +174,7 @@ Let's initialize a repo: Then create the initial commit, following the SemVerTag conventions: ```shell -λ → git add directive package.json +λ → git add directive.js bower.json λ → git commit -m "v0.0.0" λ → git tag v0.0.0 ```