diff --git a/docs/content/proxy-service/0.installation.md b/docs/content/proxy-service/0.installation.md index c84f803..ca10550 100644 --- a/docs/content/proxy-service/0.installation.md +++ b/docs/content/proxy-service/0.installation.md @@ -118,7 +118,7 @@ In the same file, define a proxy service for our `TodosRepo`: export const [registerTodosRepo, getTodosRepo] = defineProxyService('TodosRepo', createTodosRepo); ``` -::: +:: Now that you have a service implemented, we need to tell the extension to use it! This needs to happen syncronously when your background script is loaded, so put it as high up as possible.