Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in readme #1

Closed
zobnin opened this issue May 30, 2017 · 1 comment
Closed

Error in readme #1

zobnin opened this issue May 30, 2017 · 1 comment

Comments

@zobnin
Copy link

zobnin commented May 30, 2017

val intPreference: Int by Preference("IntPreference", -1)

should be:

val intPreference: Int by Preference(-1, "IntPreference")

@mohamad-amin
Copy link
Owner

Thanks, it is fixed now: 9450504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants