Skip to content

Commit

Permalink
Update URL for Satis
Browse files Browse the repository at this point in the history
Updates the Satis url from `newfold.github.io` to the correct `newfold-labs.github.io`.
  • Loading branch information
bradp authored Dec 5, 2023
1 parent 0826b16 commit d60c601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Help Center
### 1. Add the Newfold Satis to your `composer.json`.

```bash
composer config repositories.newfold composer https://newfold.github.io/satis
composer config repositories.newfold composer https://newfold-labs.github.io/satis
```

### 2. Require the `newfold-labs/wp-module-help-center` package.
Expand All @@ -31,4 +31,4 @@ Simply add `data-openNfdHelpCenter` or `data-openNfdHelpCenter=true` attribute t
```html
<div data-openNfdHelpCenter>Click me to open help center.</div> OR for JSX
<span data-openNfdHelpCenter={true}>Click me to open help center in JSX.</span>
```
```

0 comments on commit d60c601

Please sign in to comment.