Author: olegk
Date: Sat May 11 14:50:06 2013
New Revision: 1481343
URL: http://svn.apache.org/r1481343
Log:
Fixed typo
Modified:
httpcomponents/httpasyncclient/trunk/BUILDING.txt
Modified: httpcomponents/httpasyncclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/BUILDING.txt?rev=1481343&r1=1481342&r2=1481343&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpasyncclient/trunk/BUILDING.txt Sat May 11 14:50:06 2013
@@ -5,7 +5,7 @@ Building HttpComponents AsyncClient
--------------
JDK 1.5+ is required in order to compile and run HttpAsyncClient.
-HttpCore utilizes Maven as a distribution management and packaging tool.
+HttpAsyncClient utilizes Maven as a distribution management and packaging tool.
Version 3.0.3 or later is required.
Maven installation and configuration instructions can be found here:
|