From 5b105e5772727f5af633ec1c99546312387457a4 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 14 Mar 2015 11:33:43 +0100 Subject: [PATCH] Some enhancements to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f558a7..d512c45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LSL PyOptimizer -LSL PyOptimizer is a LSL2 script optimizer written for Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.). +**LSL PyOptimizer** is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.). HTML introduction, list of features and documentation available at [http://seis.shop.tm/lsl-pyoptimizer/](http://seis.shop.tm/lsl-pyoptimizer/)