duct-framework / duct

Server-side application framework for Clojure
MIT License
1.13k stars 51 forks source link

fix keyword in upgrade guide #87

Closed myguidingstar closed 5 years ago

weavejester commented 5 years ago

That's not fixing it. The original is correct.

weavejester commented 5 years ago

So to give some more information before I close this issue, the ::requires key itself doesn't actually matter. It could be any key as long as it's unique. The #ig/ref is the only part that's relevant, since that sets up a dependency. I'm using :: instead of : so that the key doesn't clash.