Skip to content

Commit 548676f

Browse files
committed
Add a few gh badges
1 parent 2391f67 commit 548676f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
![](https://i.imgur.com/VdgyD5m.png)
22
# Apollo
33
[![Discord](https://img.shields.io/discord/1080556677004271666?logo=discord&label=discord)](https://lunarclient.dev/discord)
4+
[![Latest Release](https://img.shields.io/github/v/release/LunarClient/Apollo.svg)](https://github.com/LunarClient/Apollo/releases)
5+
[![License](https://img.shields.io/github/license/LunarClient/Apollo.svg)](https://github.com/LunarClient/Apollo/blob/master/license.txt)
46

57
Apollo is a powerful tool that allows developers to create custom integrations with Lunar Client.
68

@@ -25,7 +27,7 @@ There are two supported methods:
2527
- [Lightweight JSON](https://lunarclient.dev/apollo/developers/lightweight/json/getting-started)
2628
- [Lightweight Protobuf](https://lunarclient.dev/apollo/developers/lightweight/protobuf/getting-started)
2729

28-
Both approaches achieve the same goal, but with different trade-offs in terms of **complexity, flexibility, and performance**.
30+
Both approaches achieve the same goal, but with different trade-offs in terms of **complexity and flexibility**.
2931

3032
Read the [Lightweight introduction](https://lunarclient.dev/apollo/developers/lightweight/introduction) documentation to get started.
3133

docs/developers/lightweight/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lightweight
22

3-
Our lightweight integration allows for Apollo features to be used, without the need for running the entire Apollo plugin. We will introduce you to two different methods that achieve the same goal, while utilizing separate approaches. Each method offers different trade-offs between complexity, flexibility, and performance. Choose the method that best fits your use case and environment.
3+
Our lightweight integration allows for Apollo features to be used, without the need for running the entire Apollo plugin. We will introduce you to two different methods that achieve the same goal, while utilizing separate approaches. Each method offers different trade-offs between complexity and flexibility. Choose the method that best fits your use case and environment.
44

55
## Message format
66

0 commit comments

Comments
 (0)