From 630ae7ac1b172395777a0d4920055751226402f8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 9 Nov 2012 17:31:21 +0000 Subject: Randomly used wrong syntax in markdown. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5302a8..6d039e2 100644 --- a/README.md +++ b/README.md @@ -44,23 +44,23 @@ At the moment we actively maintain libraries for C++, java, php, and python. Other languages and libraries are welcomed. Here's a little info on each target directory: - * ''c++-libbu++'' - The original libgats implementation. Works using libbu++ + * *c++-libbu++* - The original libgats implementation. Works using libbu++ data types and streams. You need to have libbu++ and Xagasoft build in order to build this version. - * ''c++-qt'' - A version written using Qt data types. This version builds using + * *c++-qt* - A version written using Qt data types. This version builds using qmake, so if you're using Qt you already have everything you need. Also features handy signals & slots to make event driven networking even easier! - * ''java'' - A library using the Java native interfaces, everything looks and + * *java* - A library using the Java native interfaces, everything looks and works exactly how you would expect it should. There is a Xagasoft Build script to build a jar file, but it's simple enough that a single javac command can build it all, or just import the code into your project directly. This java version has been used on desktops and android devices. - * ''php'' - There are two libraries for working with php, the first defines a + * *php* - There are two libraries for working with php, the first defines a set of classes for fine control over the format, sometimes this is necessary as php's types are a little loose. The second simply uses php native types like array() as data transport. The second option is usually the much easier to use, but doesn't always get the encoding correct for all inputs. - * ''python'' - These work like other serialization mechanisms in Python like + * *python* - These work like other serialization mechanisms in Python like pickle, json, shelve, and marshal. It exposes the functions load, dump, loads, dumps, and also the handy helpers recv and send for working with sockets. The Python implementation returns and transmits native Python -- cgit v1.2.3