From e81ad1495ded7c6d2c5da138d436774652e3da65 Mon Sep 17 00:00:00 2001 From: Sergey Dorodnicov Date: Wed, 7 Nov 2018 08:35:54 -0800 Subject: [PATCH] Fixing a typo in the readme --- wrappers/openni2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrappers/openni2/README.md b/wrappers/openni2/README.md index 09630b44d9..a82a240eca 100755 --- a/wrappers/openni2/README.md +++ b/wrappers/openni2/README.md @@ -25,8 +25,8 @@ Run CMake on driver and configure SDK's: Generate project files and compile driver -For windows,copy rs2driver.dll and realsense2.dll to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ -For windows,copy librs2driver.so and librealsense2.so to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ +For Windows, copy rs2driver.dll and realsense2.dll to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ +For Linux, copy librs2driver.so and librealsense2.so to OPENNI2_DIR/Samples/Bin/OpenNI2/Drivers/ Launch any OpenNI2 example (SimpleRead SimpleViewer NiViewer) located at OPENNI2_DIR/Samples/Bin/