File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ javascript AddressFinder widget ([1](http://addressfinder.co.nz/docs/widget_docs
18
18
19
19
## Getting Started
20
20
21
- To get started, sign up for an account at
22
- [ addressfinder.co.nz/plans] ( http://addressfinder.co.nz/plans ) and set your
23
- AddressFinder key values via the Silverstripe Config system
21
+ ```
22
+ composer require fullscreeninteractive/silverstripe-addressfinder ^1
23
+ ```
24
+
25
+ * Sign up for an NZ account at addressfinder.co.nz/plans/, or an Australia plan at addressfinder.com.au/plans/
26
+ * Set your AddressFinder key values via the Silverstripe config system
24
27
25
- * mysite /_ config/addressfinder.yml*
28
+ * app /_ config/addressfinder.yml*
26
29
```
27
30
FullscreenInteractive\SilverStripe\AddressFinderField:
28
31
api_key: 123
29
32
```
30
33
31
- Or you can use environment variables if you prefer
34
+ Or, use environment variables if you prefer:
32
35
33
- * mysite /_ config/addressfinder.yml*
36
+ * app /_ config/addressfinder.yml*
34
37
```
35
38
FullscreenInteractive\SilverStripe\AddressFinderField:
36
39
api_key: '`ADDRESS_FINDER_KEY`'
You can’t perform that action at this time.
0 commit comments