Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmarsh authored Feb 13, 2023
1 parent 107f491 commit 275e620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We also offer support for multi-target scraping (see below).

### Single Target
#### Go Binary
```
```golang
import (
"github.com/odonate/postgres-exporter/exporter"
"github.com/odonate/postgres-exporter/exporter/db"
Expand All @@ -46,7 +46,7 @@ func main() {
...
```
#### Kubernetes Deployment
```
```yaml
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
### Multi-Target
#### Go Binary
```
```golang
import (
"github.com/odonate/postgres-exporter/exporter"
"github.com/odonate/postgres-exporter/exporter/db"
Expand All @@ -103,7 +103,7 @@ func main() {
...
```
#### Kubernetes Deployment
```
```yaml
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 275e620

Please sign in to comment.