Skip to content

Commit c48f1f4

Browse files
committed
Fixed libraries.json descriptions
1 parent 134b487 commit c48f1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/libraries.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"logo": "https://i.imgur.com/oF9L3p4.png",
44
"title": "MLAPI",
5-
"description": "A game networking framework built for the Unity Engine to abstract game networking concepts. Build for both high level and low level access",
5+
"description": "A game networking framework built for the Unity Engine to abstract game networking concepts. Built for both high level and low level access.",
66
"author": "Albin Corén",
77
"price": 0.00,
88
"license": "MIT",
@@ -11,7 +11,7 @@
1111
{
1212
"logo": "https://pre00.deviantart.net/2a7d/th/pre/i/2017/117/1/a/unity_logo_by_sayence-db7crrv.png",
1313
"title": "HLAPI",
14-
"description": "The Unity Networking extension DLL is the open source component of the Unity Multiplayer Networking system. In this DLL we have the whole networking system except the NetworkTransport related APIs and classes. This is all the high level classes and components which make up the user friendly system of creating multiplayer games. This document details how you can compile your own version of the Networking extension DLL and use that in your games and applications.",
14+
"description": "The Unity Networking extension DLL is the open source component of the Unity Multiplayer Networking system.",
1515
"author": "Unity Technologies",
1616
"price": 0.00,
1717
"license": "MIT",

0 commit comments

Comments
 (0)