From 80ea946938552b4f86e325db9571c0bc9e6c4c8c Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 9 May 2013 07:12:45 -0500 Subject: [PATCH] fix italic formatting --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 971f5239ec..f319cdfd23 100644 --- a/readme.md +++ b/readme.md @@ -8,13 +8,13 @@ based on C++ iostreams and one based on Boost Asio. *This branch is no longer "experimental". It represents the current edge release of the WebSocket++ library. The API of 0.3.x has some significant changes from -0.2.x, so care should be taken when upgrading. +0.2.x, so care should be taken when upgrading.* -This branch's API is relatively stable now. Features implimented so far are +*This branch's API is relatively stable now. Features implimented so far are unlikely to change (except where explicitly noted). New features will be added -regularly until parity with the 0.2 branch is reached. +regularly until parity with the 0.2 branch is reached.* -This is the preferred branch for new projects, especially those that involve +*This is the preferred branch for new projects, especially those that involve multithreaded servers. It is better tested and documented. The 0.3.x API will be the basis for the 1.0 release.*