Skip to content

Commit

Permalink
fix(docs): update Twitter username (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
waseemhnyc authored and ajndkr committed Nov 24, 2023
1 parent ac5d088 commit df95a09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Documentation](https://img.shields.io/badge/documentation-ReadTheDocs-blue.svg)](https://lanarky.readthedocs.io/en/latest/)
[![Code Coverage](https://coveralls.io/repos/github/ajndkr/lanarky/badge.svg?branch=main)](https://coveralls.io/github/ajndkr/lanarky?branch=main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ajndkr/lanarky/blob/main/LICENSE)
[![Twitter](https://img.shields.io/twitter/follow/lanarky_io?style=social)](https://twitter.com/intent/follow?screen_name=lanarky_io)
[![Twitter](https://img.shields.io/twitter/follow/LanarkyAPI?style=social)](https://twitter.com/intent/follow?screen_name=LanarkyAPI)

[![PyPI version](https://badge.fury.io/py/lanarky.svg)](https://pypi.org/project/lanarky/)
[![PyPI stats](https://img.shields.io/pypi/dm/lanarky.svg)](https://pypistats.org/packages/lanarky)
Expand Down Expand Up @@ -131,6 +131,6 @@ The library is released under the [MIT License](https://github.com/ajndkr/lanark
## ✨ Want to build LLM applications with us?

Are you interested in building LLM applications with us? We would love to hear from you! Reach out to us on
Twitter [@lanarky_io](https://twitter.com/lanarky_io).
Twitter [@LanarkyAPI](https://twitter.com/LanarkyAPI).

Let's connect and explore the possibilities of working together to create amazing LLM applications with Lanarky!
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_poetry_version():
},
{
"name": "Twitter",
"url": "https://twitter.com/lanarky_io",
"url": "https://twitter.com/LanarkyAPI",
"html": "",
"class": "fa-brands fa-solid fa-twitter fa-2x",
},
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Welcome to Lanarky
.. image:: https://img.shields.io/pypi/dm/lanarky.svg
:target: https://pypistats.org/packages/lanarky

.. image:: https://img.shields.io/twitter/follow/lanarky_io?style=social
:target: https://twitter.com/intent/follow?screen_name=lanarky_io
.. image:: https://img.shields.io/twitter/follow/LanarkyAPI?style=social
:target: https://twitter.com/intent/follow?screen_name=LanarkyAPI

A `FastAPI <https://github.com/tiangolo/fastapi>`_ framework to build production-grade LLM applications.

Expand Down Expand Up @@ -94,6 +94,6 @@ The library is released under the `MIT License <https://github.com/ajndkr/lanark
------------------------------------------

Are you interested in building LLM applications with us? We would love to hear from you! Reach out to us on
Twitter `@lanarky_io <https://twitter.com/lanarky_io>`_.
Twitter `@LanarkyAPI <https://twitter.com/LanarkyAPI>`_.

Let's connect and explore the possibilities of working together to create amazing LLM applications with Lanarky!

0 comments on commit df95a09

Please sign in to comment.