readme
[libcds.git] / readme
diff --git a/readme b/readme
index a0c6eeceda90a5b3c356af952f50d9b875d18c75..c5ec7b523793fdd20170327b8b3bfc41ff317449 100644 (file)
--- a/readme
+++ b/readme
@@ -1,12 +1,14 @@
 CDS (Concurrent Data Structures) C++ library\r
 \r
 CDS library is (mostly) header-only template library. The shared library contains only garbage collector's core implementation.\r
-CDS contains implementation of some well-known lock-free and fine-grained data structures:\r
+Download the latest release from http://sourceforge.net/projects/libcds/files/.\r
+\r
+The library contains implementation of some well-known lock-free and fine-grained data structures:\r
 \r
 Stack:\r
     TreiberStack\r
         [1986] R. K. Treiber. Systems programming: Coping with parallelism. Technical Report RJ 5118, IBM Almaden Research Center, April 1986.\r
-      Elimination back-off implementation is based on idea from\r
+    Elimination back-off implementation is based on idea from\r
         [2004] Danny Hendler, Nir Shavit, Lena Yerushalmi "A Scalable Lock-free Stack Algorithm"\r
         \r
 Queue:\r