Closed icebob closed 7 years ago
in README you say userSchema.bytes(); But I got error that bytes is not a function. I checked the code and I see you renamed it to buffer.
userSchema.bytes();
Good catch, I'll try to update the docs and the readme
Fixed in #13
in README you say
userSchema.bytes();
But I got error that bytes is not a function. I checked the code and I see you renamed it to buffer.