update readme with coding style doc link

This commit is contained in:
Vadim Lopatin 2015-12-23 09:19:15 +03:00
parent 7cf0854a52
commit 2f4799e140
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Getting Started Tutorial: [https://github.com/buggins/dlangui/wiki/Getting-Start
Screenshots: [http://buggins.github.io/dlangui/screenshots.html](http://buggins.github.io/dlangui/screenshots.html)
Coding style: [https://github.com/buggins/dlangide/blob/master/README.md](https://github.com/buggins/dlangide/blob/master/README.md)
WARNING: recent breaking change: some event listeners were renamed, e.g. onClickListener -> click, onFocusChangeListener -> focusChange...