From f3ea270c68f582e1a158ab3c7f7176b9198898da Mon Sep 17 00:00:00 2001 From: JCash Date: Thu, 3 Sep 2020 15:18:31 +0200 Subject: [PATCH] Updated readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4d0c0b..e00086f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# Native extension template -This template contains the basic setup for creation of a Defold native extension. +# Defold websocket extension -You can learn more about native extensions in the [official manual](https://www.defold.com/manuals/extensions/). +## Installation +To use this library in your Defold project, add the following URL to your `game.project` dependencies: + +https://github.com/defold/extension-websocket/archive/master.zip + +We recommend using a link to a zip file of a [specific release](https://github.com/defold/extension-websocket/releases). + +## API reference + +https://defold.com/extension-websocket/api/ \ No newline at end of file