Changelog: Rename ftdi_usb_open_bus_port() to ftdi_usb_open_bus_addr()
[libftdi] / README
diff --git a/README b/README
index c082038..48c00c9 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ that made libftdi possible what it is today.
 
 Changes
 -------
-* New ftdi_usb_open_bus_port() open function
+* New ftdi_usb_open_bus_addr() open function
 * Use BM/R series baud rate computation for FT230X
 * ftdi_get_error_string() now returns const char*
 * small build fixes and improvements in the python examples