Skip to content

Commit 5faa208

Browse files
committed
add some license info
1 parent a0609e6 commit 5faa208

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ These are some current limitations, which may be addressed in the future should
2020
- There must be at least one pinyin vowel in the word. The placement of tone marks is correct for any valid pinyin word.
2121

2222
## Test Page
23-
An HTML test page allows you to test the function without writing any of your code. Simply open `test.html`, located in the `test/` directory, in your browser, and type some text into the text box to see the result.
23+
The included HTML test page allows you to test the function without writing any of your code. Simply open `test.html`, located in the `test/` directory, in your browser, and type some text into the text box to see the result.
2424

2525
## Bugs
26-
Feel free to report bugs on the issue tracker. I will do my best to get around to them in a timely manner. If you want to contribute improvements to the code, let me know by [sending me an email](mailto:[email protected]) or opening an issue.
26+
Feel free to report bugs on the issue tracker. I will do my best to get around to them in a timely manner. If you want to contribute improvements to the code, let me know by [sending me an email](mailto:[email protected]) or opening an issue.
27+
28+
## License
29+
This code is licensed under the MIT License. This means you are free to use and change this code however you want, as long as you include the proper copyright notice and attribution. View the full terms [here](https://github.com/kevinkyang/pinyinify/blob/master/LICENSE).

0 commit comments

Comments
 (0)