Amend instructions
grosch opened this issue · 3 comments
grosch commented
In the installation instructions please remind people to add Submissions to their app target dependencies. Took me a bit of futzing before I remembered I needed to do that.
siemensikkema commented
Agreed! I'll do that right away.
siemensikkema commented
@grosch I also forgot to mention that you need to register a provider in configure.swift
:
try services.register(SubmissionsProvider())
I've added this to the documentation but I found something that doesn't quite make sense and I want to fix it and see what the impact on the documentation before I push.
siemensikkema commented
I updated the docs now.