Skip to content

Commit e004caf

Browse files
committed
UPDATE DOCS
Beautifying main README.md
1 parent 136ca4c commit e004caf

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<h3 align="center">
2+
<img
3+
src="https://github.com/fetchai/.github/blob/main/primary_logo_white.svg"
4+
height="110"
5+
/>
6+
<img
7+
src="https://github.com/fetchai/.github/blob/main/primary_logo_navy.svg#gh-light-mode-only"
8+
height="110"
9+
/>
10+
</h3>
11+
12+
<div>
13+
<p align="center">
14+
<a
15+
href="https://twitter.com/Fetch_ai">
16+
<img src="https://img.shields.io/badge/X/Twitter-000000?style=for-the-badge&logo=x&logoColor=white" />
17+
</a>
18+
<a href="https://uk.linkedin.com/company/fetch-ai">
19+
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" />
20+
</a>
21+
<a href="https://www.youtube.com/channel/UCrEQK_X2Vm1kCtftlRoodXA">
22+
<img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" />
23+
</a>
24+
</p>
25+
</div>
26+
27+
<br/>
28+
29+
<div align="center">
30+
31+
# AgentVerse client
32+
[![python](https://img.shields.io/badge/Python-3.8+-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
33+
34+
35+
</div>
36+
37+
38+
<!-- Vars -->
39+
[repo_logo_img]: https://github.com/fetchai/.github/blob/main/primary_logo_navy.svg#gh-light-mode-only
40+
[repo_url]: https://github.com/fetchai/
141
# Description
242
Under apis you will find a list of all available Fetch AI's APIs.
343

@@ -17,4 +57,3 @@ poetry shell
1757
poetry install # if necessary (~ just first time)
1858
make run-web-server
1959
```
20-

0 commit comments

Comments
 (0)