RichardKnop/go-oauth2-server

README.md is incorrect - missing ETCDCTL_API=3

Closed this issue · 1 comments

Please change:

etcdctl put /config/go_oauth2_server.json

to

ETCDCTL_API=3 etcdctl put /config/go_oauth2_server.json

so that it works.

@pschlump Thanks. Fixed!