Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ To see the logs or metrics, go to your project dashboard at [logdash.io](https:/

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

![Metrics Dashboard](docs/images/delta.png)
![Metrics Dashboard](docs/images/delta.png)

## Configuration

Expand Down Expand Up @@ -413,15 +413,15 @@ mvn clean verify

```bash
# Start new feature
git checkout develop && git pull origin develop
git checkout dev && git pull origin dev
git checkout -b feat/awesome-feature

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

# Create pull request to develop branch
# Create pull request to dev branch
```

### Code Quality
Expand Down