Skip to content

Commit f6278c2

Browse files
authored
image fix
Readme file image was not showing on npm website
1 parent 822bbf4 commit f6278c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command-builder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Deploy your Angular app to Netlify directly from the Angular CLI! 🚀
99
You will need two things in order to get started
1010

1111
- API ID (Site ID) : Every netlify app have a API ID which uniquly identify that app. You can find this inside your project's Setting/General section.
12-
![alt text](https://github.com/nitishk72/netlify-builder/blob/master/screenshots/api-id.png)
12+
![alt text](https://raw.githubusercontent.com/ngx-builders/netlify-builder/master/screenshots/api-id.png)
1313
- [Personal access tokens](https://app.netlify.com/user/applications#personal-access-tokens) : Acess token give you the ability to communicate with netlify over API. This will help you in pushing the code on Netlify.
14-
![alt text](https://github.com/nitishk72/netlify-builder/blob/master/screenshots/personal-access-token.png)
14+
![alt text](https://raw.githubusercontent.com/ngx-builders/netlify-builder/master/screenshots/personal-access-token.png)
1515

1616
## Setting up this Builder
1717

0 commit comments

Comments
 (0)