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/