Skip to content

Commit 177daa5

Browse files
committed
README: Fix markdown description
No changes to meaning, just markdown fixes. Signed-off-by: Filip Kubicz <[email protected]>
1 parent 2f7a7c9 commit 177daa5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ HIDAPI was moved to [libusb/hidapi](https://github.com/libusb/hidapi) on June 4t
88

99
HIDAPI is a multi-platform library which allows an application to interface
1010
with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac
11-
OS X. HIDAPI can be either built as a shared library (.so or .dll) or
11+
OS X. HIDAPI can be either built as a shared library (`.so` or `.dll`) or
1212
can be embedded directly into a target application by adding a single source
1313
file (per platform) and a single header.
1414

@@ -22,7 +22,7 @@ HIDAPI has five back-ends:
2222
On Linux, either the hidraw or the libusb back-end can be used. There are
2323
tradeoffs, and the functionality supported is slightly different.
2424

25-
Linux/hidraw (linux/hid.c):
25+
Linux/hidraw (`linux/hid.c`):
2626
This back-end uses the hidraw interface in the Linux kernel. While this
2727
back-end will support both USB and Bluetooth, it has some limitations on
2828
kernels prior to 2.6.39, including the inability to send or receive feature
@@ -31,7 +31,7 @@ hidraw nodes associated with them. Keyboards, mice, and some other devices
3131
which are blacklisted from having hidraw nodes will not work. Fortunately,
3232
for nearly all the uses of hidraw, this is not a problem.
3333

34-
Linux/FreeBSD/libusb (libusb/hid.c):
34+
Linux/FreeBSD/libusb (`libusb/hid.c`):
3535
This back-end uses libusb-1.0 to communicate directly to a USB device. This
3636
back-end will of course not work with Bluetooth devices.
3737

@@ -232,7 +232,7 @@ make install # as root, or using sudo
232232
If you downloaded a source package (ie: if you did not run git clone), you
233233
can skip the `./bootstrap` step.
234234

235-
./configure can take several arguments which control the build. The two most
235+
`./configure` can take several arguments which control the build. The two most
236236
likely to be used are:
237237
```sh
238238
--enable-testgui
@@ -268,10 +268,10 @@ make -f Makefile-manual
268268

269269
### Building on Windows:
270270

271-
To build the HIDAPI DLL on Windows using Visual Studio, build the .sln file
271+
To build the HIDAPI DLL on Windows using Visual Studio, build the `.sln` file
272272
in the windows/ directory.
273273

274-
To build the Test GUI on windows using Visual Studio, build the .sln file in
274+
To build the Test GUI on windows using Visual Studio, build the `.sln` file in
275275
the testgui/ directory.
276276

277277
To build HIDAPI using MinGW or Cygwin using Autotools, use the instructions
@@ -347,8 +347,9 @@ PKG_CONFIG_SYSROOT_DIR=$STAGING \
347347
./configure --host=$HOST --prefix=$STAGING
348348
```
349349

350-
Signal 11 Software - 2010-04-11
351-
2010-07-28
352-
2011-09-10
353-
2012-05-01
354-
2012-07-03
350+
Signal 11 Software \
351+
2010-04-11 \
352+
2010-07-28 \
353+
2011-09-10 \
354+
2012-05-01 \
355+
2012-07-03

0 commit comments

Comments
 (0)