diff --git a/README.md b/README.md index ba6b4d2..2f105ec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ d3d8to9 [![Build Status](https://ci.appveyor.com/api/projects/status/aqupdda60ixgenyd?svg=true)](https://ci.appveyor.com/project/crosire/d3d8to9) -d3d8to9 is a pseudo-driver module that intends to improve compatibility and stability in games using Direct3D 8 for rendering by converting all API calls and lowlevel shaders to equivalent Direct3D 9 ones. By that it also opens those games to the new possibilities from proven tools and wrappers written for Direct3D 9. +This is a pseudo-driver module that intends to improve compatibility and stability in games using Direct3D 8 for rendering by converting all API calls and lowlevel shaders to equivalent Direct3D 9 ones. By that it also opens those games to the new possibilities from proven tools and wrappers written for Direct3D 9. ## Contributing @@ -17,4 +17,4 @@ Thank you to all the contributors making this project possible, especially [elis ## License -All the source code is licensed under the conditions of the [BSD 2-clause license](LICENSE.md). +All source code in this repository is licensed under a [BSD 2-clause license](LICENSE.md). diff --git a/res/d3d8to9.rc b/res/d3d8to9.rc index 0e18713..70582fc 100644 Binary files a/res/d3d8to9.rc and b/res/d3d8to9.rc differ