Skip to content

Commit

Permalink
Make the Github badges clickable (run-llama#7387)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Aug 24, 2023
1 parent 9e7d5ba commit 39ff382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🗂️ LlamaIndex 🦙
![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-index)
![GitHub contributors](https://img.shields.io/github/contributors/jerryjliu/llama_index)
![Discord](https://img.shields.io/discord/1059199217496772688)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-index)](https://pypi.org/project/llama-index/)
[![GitHub contributors](https://img.shields.io/github/contributors/jerryjliu/llama_index)](https://github.com/jerryjliu/llama_index/graphs/contributors)
[![Discord](https://img.shields.io/discord/1059199217496772688)](https://discord.gg/dGcwcsnxhU)


LlamaIndex (GPT Index) is a data framework for your LLM application.
Expand Down

0 comments on commit 39ff382

Please sign in to comment.