From e996b0f20525c1f5426ff655b8ae0454b90235fd Mon Sep 17 00:00:00 2001 From: Austin Kettner Date: Fri, 19 Jun 2015 13:26:54 -0400 Subject: [PATCH] Update README. Update to v0.1.0. --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea13eb3..e7edf85 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A drop in Unity and NodeJS, Socket.IO based "Lockstep" implementation to support **This open source project is still in very early alpha development and is by no means to be considered production ready despite its current usability! Security, scalability, and stability are less of a present development concern than the ease of use to the average game developer with little or no extra boilerplate involved.** +#### Quick Start: Video Introduction/Tutorial +You can watch a quick video tutorial of how to Lockstep.IO on Youtube => http://youtu.be/HN_oLZy5tYc + #### Quick Start: Connecting NodeJS and Unity 1. Install NodeJS from https://nodejs.org/ if you don't already have the latest version. diff --git a/package.json b/package.json index 5d24477..1ce65d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lockstep.io", - "version": "0.0.4", + "version": "0.1.0", "description": "A drop in Unity and NodeJS, Socket.IO based \"Lockstep\" implementation to support rapid development of online games in Unity.", "main": "./nodejs/lockstep.io.js", "scripts": {