Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
Name corrections, capitalizations, ...
  • Loading branch information
Leandro Peres committed Jul 5, 2020
1 parent b4b2698 commit d09f210
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Assets/Plugins/Colorblindness/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright 2020 SOHNE (leandroperes@protonmail.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 3 additions & 0 deletions Assets/Plugins/Colorblindness/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Colorblindness

With this color simulator for color blind, you will be able to easily switch between 8 different filters.
2 changes: 1 addition & 1 deletion Assets/Plugins/Colorblindness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.sohne.colorblindness",
"displayName": "colorblindness",
"displayName": "Colorblindness",
"version": "0.0.2",
"unity": "2018.4",
"license": "MIT",
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Currently, it only works with the following [Scriptable Render Pipeline][render-
- *Colorblindness **.unitypackage***
- Import the customized package found in the [releases][releases].
- [Unity’s Package Manager][upm]
- Add `"com.sohne.colorblindness": "https://github.com/SOHNE/Unity-Colorblind#upm"` to your project's package manifest file in dependencies section.
- Or, `Package Manager > Add package from git URL...` and paste this URL: `https://github.com/SOHNE/Unity-Colorblind#upm`
- Add `"com.sohne.colorblindness": "https://github.com/SOHNE/Colorblindness.git#upm"` to your project's package manifest file in dependencies section.
- Or, `Package Manager > Add package from git URL...` and paste this URL: `https://github.com/SOHNE/Colorblindness.git#upm`

[instructions taken from [GameToolkit-Localization](https://github.com/ibrahimpenekli/GameToolkit-Localization)]

Expand All @@ -72,8 +72,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

-----
![readme version](https://img.shields.io/badge/%2F~.-lightgrey.svg?style=flat-square&colorA=808080&colorB=808080)![readme version](https://img.shields.io/badge/09%2F12%2F18--lightgrey.svg?style=flat-square&colorA=000000&colorB=808080)

**Live long and prosper \V/,**


[//]: # (External links)

[channel-mixer]: <https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@7.2/manual/Post-Processing-Channel-Mixer.html>
Expand Down

0 comments on commit d09f210

Please sign in to comment.