EasonLing commited on
Commit
b789a47
·
1 Parent(s): 3bd7852

fix README badges

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,12 +15,12 @@
15
  </h2>
16
 
17
  <div align='center'>
18
- <a href="https://github.com/NexDatawork/data-agents/pulls"><img alt = "pull requests" src = "https://img.shields.io/github/issues-pr-closed/NexDatawork/data-agents?label=pull%20requests&labelColor=rgba(56, 52, 182, 1)&color=rgb(90, 42, 184)"/></a>
19
- <a href="https://github.com/NexDatawork/data-agents/blob/main/LICENSE"><img alt = "LICENSE" src = "https://img.shields.io/badge/license-Apache%202.0-blueviolet?style=flat&color=rgb(90, 42, 184)&labelColor=rgba(56, 52, 182, 1)"/></a>
20
- <a href = "https://discord.gg/Tb55tT5UtZ"><img src="https://img.shields.io/badge/Discord-Join%20Community-7289DA?logo=discord&logoColor=white&color=rgb(90, 42, 184)&labelColor=rgba(56, 52, 182, 1)" alt="Discord"></a>
21
  <a href="https://github.com/NexDatawork/data-agents/stargazers"><img src="https://img.shields.io/github/stars/NexDatawork/data-agents?style=social" alt="GitHub Stars"></a>
22
  <a href="https://huggingface.co/NexDatawork">
23
- <img alt="Hugging Face" src="https://img.shields.io/badge/Hugging%20Face-Models%20%26%20Datasets?logo=huggingface&color=rgb(90, 42, 184)">
24
  </a>
25
 
26
 
@@ -156,7 +156,7 @@ In order to start working with the program run the following code:
156
  git clone https://github.com/NexDatawork/data-agents.git
157
  cd data-agents
158
  cp .env.example .env
159
- ```
160
  Fill the URL and APIs in the environment file as shown in the [.env.example](.env.example).
161
 
162
  When starting the program for the first time, run this code in your command line:
 
15
  </h2>
16
 
17
  <div align='center'>
18
+ <a href="https://github.com/NexDatawork/data-agents/pulls"><img alt = "pull requests" src = "https://img.shields.io/github/issues-pr/NexDatawork/data-agents?label=pull%20requests&labelColor=3834B6&color=5A2AB8"/></a>
19
+ <a href="https://github.com/NexDatawork/data-agents/blob/main/LICENSE"><img alt = "LICENSE" src = "https://img.shields.io/badge/license-Apache%202.0-blueviolet?style=flat&labelColor=3834B6&color=5A2AB8/></a>
20
+ <a href = "https://discord.gg/Tb55tT5UtZ"><img src="https://img.shields.io/badge/Discord-Join%20Community-7289DA?logo=discord&logoColor=white&labelColor=3834B6&color=5A2AB8" alt="Discord"></a>
21
  <a href="https://github.com/NexDatawork/data-agents/stargazers"><img src="https://img.shields.io/github/stars/NexDatawork/data-agents?style=social" alt="GitHub Stars"></a>
22
  <a href="https://huggingface.co/NexDatawork">
23
+ <img alt="Hugging Face" src="https://img.shields.io/badge/Hugging%20Face-Models%20%26%20Datasets?logo=huggingface&labelColor=3834B6&color=5A2AB8">
24
  </a>
25
 
26
 
 
156
  git clone https://github.com/NexDatawork/data-agents.git
157
  cd data-agents
158
  cp .env.example .env
159
+
160
  Fill the URL and APIs in the environment file as shown in the [.env.example](.env.example).
161
 
162
  When starting the program for the first time, run this code in your command line: