nilenso/honeysql-postgres

Minor README improvement.

Closed this issue · 3 comments

It's not clear from the README that one needs to require honeysql-postgres.helpers and honeysql-postgres.format to make it work.

Since the example uses :refer :all one is lead into believing that some functions from that namespace is being used instead.

Perhaps it would be beneficial for newcomers for the README to state that one MUST require those namespaces for the lib to work.

Also I think the examples would be more clear if, when requiring their ns, the functions were explicitly refered.

I can make a PR if my suggestions are thought to be useful.

@efraimmgon that makes sense. Will be happy merge in the PR.

closing this as #23 has been merged.