Skip to content

Commit

Permalink
Update README.md with banner notice instructions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart authored Feb 15, 2024
1 parent 7459d68 commit 34bc1d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,20 @@ To deploy, push to that branch. e.g. if you've qualified main,
```
git push origin main:beta
```

## Notices

To display a notice banner in the app, in the network-config (e.g. https://main.agoric.net/network-config), add an entry to `notices` as demonstrated:

```json
{
...
"notices": [
{
"start": "2020-01-01",
"end": "2040-01-01",
"message": "Hello world"
}
]
}
```

0 comments on commit 34bc1d7

Please sign in to comment.