Skip to content

Commit 0c4f24c

Browse files
committed
Updated bug in readme
1 parent 3c9dd21 commit 0c4f24c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
[![Build Status](https://travis-ci.org/ngx-builders/netlify-builder.svg?branch=master)](https://travis-ci.org/nitishk72/netlify-builder)
23
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
34
# Netlify Builder demo
@@ -73,10 +74,12 @@ npm link @netlify-builder/deploy
7374
```sh
7475
ng run builder-test:deploy
7576
```
76-
Step By Step Guide To Using the Angular Builder for Netlify
77+
78+
Step By Step Guide To Using the Angular Builder for Netlify
79+
===========================================================
7780
>
78-
> -- <cite>Tara Z. Manicsic</cite>
79-
=====================================
81+
> --- <cite>Tara Z. Manicsic</cite>
82+
8083

8184
I was stoked to try out the [`netlify-builder`](https://github.com/ngx-builders/netlify-builder) built for the Angular CLI by [Santosh Yadav](https://www.santoshyadav.dev). It’s _super_ easy to use. One thing I was hesitant 😬 about was putting my personal access token in the public `angular.json` file. Instead I made a script to deploy any project by passing in my token as an environment variable. Come code with me 🤗.
8285

0 commit comments

Comments
 (0)