Skip to content

Commit dcb89a1

Browse files
authored
Update README (#2)
1 parent ca4c18f commit dcb89a1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ADRs are automatically published to our Log4brains architecture knowledge base:
44

5-
🔗 **<http://INSERT-YOUR-LOG4BRAINS-URL>**
5+
🔗 **<http://commanded.github.io/adr>**
66

77
Please use this link to browse them.
88

@@ -11,21 +11,22 @@ Please use this link to browse them.
1111
If not already done, install Log4brains:
1212

1313
```bash
14-
npm install -g log4brains
14+
npm install
1515
```
1616

1717
To preview the knowledge base locally, run:
1818

1919
```bash
20-
log4brains preview
20+
npx log4brains preview
2121
```
2222

23-
In preview mode, the Hot Reload feature is enabled: any change you make to a markdown file is applied live in the UI.
23+
In preview mode, the Hot Reload feature is enabled: any change you make to a
24+
markdown file is applied live in the UI.
2425

2526
To create a new ADR interactively, run:
2627

2728
```bash
28-
log4brains adr new
29+
npx log4brains adr new
2930
```
3031

3132
## More information

0 commit comments

Comments
 (0)