Skip to content

Commit c17bf9b

Browse files
committed
Updated readme
1 parent 1a0cc51 commit c17bf9b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<center>
1+
<div align="center">
22

33
<img src="./images/logo.png" height="300" width="300"></img>
44

55
[![Deploy app to GitHub Pages](https://github.com/syngenta/circleci-config-visualizer/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/syngenta/circleci-config-visualizer/actions/workflows/deploy.yml)
66
[![Stars](https://custom-icon-badges.herokuapp.com/github/stars/syngenta/circleci-config-visualizer?logo=star&style=social&logoColor=black)](https://custom-icon-badges.herokuapp.com/github/stars/syngenta/circleci-config-visualizer?logo=star&style=social&logoColor=black)
77

88
# CircleCI Config Visualizer
9-
</center>
9+
</div>
1010

1111
<br />
1212

@@ -20,14 +20,10 @@ Built using `Reactjs`, `Redux`, and `Typescript`.
2020
## How to use 📝
2121
1. Go to **https://syngenta.github.io/circleci-config-visualizer** :
2222

23-
<br />
24-
2523
2. Click on **Upload** button and choose your config file to visualize:
2624

2725
![Homepage](https://github.com/syngenta/circleci-config-visualizer/blob/main/images/homepage.png)
2826

29-
<br />
30-
3127
3. The file gets opened in a visual editor:
3228

3329
![Visualized file](https://github.com/syngenta/circleci-config-visualizer/blob/main/images/visualized_file.png)
@@ -57,8 +53,6 @@ my-app/
5753
├─ ...
5854
```
5955

60-
<br />
61-
6256
### The `src` directory:
6357
1. `components` - Contains all react components. Contains a `Widgets` folder where all reusable widgets like toggle switches, inputs, buttons, etc. are kept.
6458
2. `data` - Contains all files that serve static data in the application.

0 commit comments

Comments
 (0)