Skip to content

Commit 3deca20

Browse files
authored
Update README.md
1 parent 5ddfaac commit 3deca20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python-OptiX
22

3-
Python wrapper for the OptiX 7.3 raytracing engine by Nvidia.
3+
Python wrapper for the OptiX 7.3 raytracing engine.
44

55
Python-OptiX wraps the OptiX C++ API using Cython and provides a simplified
66
interface to the original C-like API using mainly the
@@ -35,4 +35,4 @@ pip install python-optix
3535
git clone https://github.com/mortacious/python-optix.git
3636
cd python-optix
3737
python setup.py install
38-
```
38+
```

0 commit comments

Comments
 (0)