Skip to content

Commit 6e296ce

Browse files
docs: update readme
1 parent b45b4ff commit 6e296ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ To see the logs or metrics, go to your project dashboard at [logdash.io](https:/
288288

289289
![Logs Dashboard](docs/images/logs.png)
290290

291-
![Metrics Dashboard](docs/images/delta.png)
291+
![Metrics Dashboard](docs/images/delta.png)
292292

293293
## Configuration
294294

@@ -413,15 +413,15 @@ mvn clean verify
413413

414414
```bash
415415
# Start new feature
416-
git checkout develop && git pull origin develop
416+
git checkout dev && git pull origin dev
417417
git checkout -b feat/awesome-feature
418418

419419
# Development and testing
420420
mvn clean verify
421421
git add . && git commit -m "feat: add awesome feature"
422422
git push origin feat/awesome-feature
423423

424-
# Create pull request to develop branch
424+
# Create pull request to dev branch
425425
```
426426

427427
### Code Quality

0 commit comments

Comments
 (0)