Skip to content

Commit 9f563ca

Browse files
authored
docs: fix image (argoproj#99)
Signed-off-by: Jef LeCompte <[email protected]>
1 parent 640ede9 commit 9f563ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Argo UI Components
22

3-
![Argo Image](https://github.com/argoproj/argo/blob/master/argo.png?raw=true)
3+
<img src="https://github.com/argoproj/argo-ui/blob/master/src/assets/images/logo.png?raw=true" alt="Argo Image" height="200px">
44

55
Set of React components used by https://github.com/argoproj/argo and https://github.com/argoproj/argo-cd
66

77
## Build & Run
88

99
1. Install Toolset: [NodeJS](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com)
10-
2. Install Dependencies: From your command line, navigate to the argo-ui directory and run `yarn install` to install dependencies.
11-
3. Run: `yarn start` - starts https://storybook.js.org/ dev server
10+
1. Install Dependencies: From your command line, navigate to the argo-ui directory and run `yarn install` to install dependencies.
11+
1. Run: `yarn start` - starts https://storybook.js.org/ dev server
1212

1313
## Local Development
1414

0 commit comments

Comments
 (0)