Skip to content

Commit bc92ff1

Browse files
committed
Update README.md
1 parent 4fba3c4 commit bc92ff1

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,24 @@
44

55
<h2 align="center">Extract, Transform, Index Data. Easy and Fresh. 🌴</h2>
66

7-
[![License](https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/Apache-2.0)
8-
[![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/stargazers)
9-
[![Python](https://img.shields.io/badge/python-3.11%20to%203.13-5B5BD6?logo=python&logoColor=white)](https://www.python.org/)
10-
[![PyPI version](https://img.shields.io/pypi/v/cocoindex?color=5B5BD6)](https://pypi.org/project/cocoindex/)
11-
[![CI](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml/badge.svg?event=push)](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml)
12-
[![release](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml/badge.svg?event=push)](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml)
13-
[![docs](https://github.com/cocoindex-io/cocoindex/actions/workflows/docs.yml/badge.svg?event=push)](https://github.com/cocoindex-io/cocoindex/actions/workflows/docs.yml)
14-
[![Discord](https://img.shields.io/discord/1314801574169673738?color=5B5BD6&logo=discord&logoColor=white)](https://discord.com/invite/zpA9S2DR7s)
15-
[![LinkedIn](https://img.shields.io/badge/LinkedIn-CocoIndex-5B5BD6?logo=linkedin&logoColor=white)](https://www.linkedin.com/company/cocoindex)
16-
[![X (Twitter)](https://img.shields.io/twitter/follow/cocoindex_io)](https://twitter.com/intent/follow?screen_name=cocoindex_io)
7+
<p align="center">
8+
<a href="https://github.com/cocoindex-io/cocoindex/stargazers"><img src="https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6" alt="GitHub"></a>
9+
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logo=opensourceinitiative&logoColor=white" alt="License"></a>
10+
<a href="https://pypi.org/project/cocoindex/"><img src="https://img.shields.io/pypi/v/cocoindex?color=5B5BD6" alt="PyPI version"></a>
11+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.11%20to%203.13-5B5BD6?logo=python&logoColor=white" alt="Python"></a>
12+
</p>
13+
14+
<p align="center">
15+
<a href="https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml"><img src="https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml/badge.svg?event=push" alt="CI"></a>
16+
<a href="https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml"><img src="https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml/badge.svg?event=push" alt="release"></a>
17+
<a href="https://github.com/cocoindex-io/cocoindex/actions/workflows/docs.yml"><img src="https://github.com/cocoindex-io/cocoindex/actions/workflows/docs.yml/badge.svg?event=push" alt="docs"></a>
18+
</p>
19+
20+
<p align="center">
21+
<a href="https://discord.com/invite/zpA9S2DR7s"><img src="https://img.shields.io/discord/1314801574169673738?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5" alt="Discord"></a>
22+
<a href="https://www.linkedin.com/company/cocoindex"><img src="https://img.shields.io/badge/LinkedIn-CocoIndex-5B5BD6?logo=linkedin&logoColor=white" alt="LinkedIn"></a>
23+
<a href="https://twitter.com/intent/follow?screen_name=cocoindex_io"><img src="https://img.shields.io/twitter/follow/cocoindex_io" alt="X (Twitter)"></a>
24+
</p>
1725

1826
CocoIndex is the world's first open-source engine that supports both custom transformation logic and incremental updates specialized for data indexing.
1927
<p align="center">

0 commit comments

Comments
 (0)