Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Mar 20, 2024
1 parent 6a26df0 commit 2ebcfef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
File renamed without changes.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Helps in discovery of dynamic services and service-extensions.
# Start Extension Manager

To start the extension manager:
`(def exts (extension.extension/discover))`
```
(def exts (extension.extension/discover))
```

This is equivalent to:
```
Expand All @@ -20,7 +22,9 @@ This is equivalent to:

# Use Extension manager to configure an extension

`(get-extensions-for exts :quanta/template concat [] []])
```
(get-extensions-for exts :quanta/template concat [] []])
```



Expand Down

0 comments on commit 2ebcfef

Please sign in to comment.