Modify new attribute from previous patch so that it is necessary only on
[free-sw/xcb/libxcb] / README
diff --git a/README b/README
index 1a7a657..5629fe9 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,8 @@
 About libxcb
 ============
 
-libxcb provides an interface to the X Window System protocol, slated to
-replace the current Xlib interface. It has several advantages over
-Xlib, including:
+libxcb provides an interface to the X Window System protocol, which replaces
+the current Xlib interface. It has several advantages over Xlib, including:
 - size: small library and lower memory footprint
 - latency hiding: batch several requests and wait for the replies later
 - direct protocol access: one-to-one mapping between interface and protocol