Skip to content

Commit 0560c4c

Browse files
author
Chris Dickens
committed
Another small descriptive update
1 parent 831217f commit 0560c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div class="main">
5252
<h2>Overview</h2>
5353
<p><b>libusb</b> is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware.</p>
54-
<p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS&nbsp;X, Windows, Android, OpenBSD, etc.</p>
54+
<p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, macOS, Windows, etc.</p>
5555
<p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p>
5656
<p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.1 (latest), are supported.</p>
5757
<h2>What platforms are supported?</h2>

0 commit comments

Comments
 (0)