Skip to content

Commit 33ece9c

Browse files
Fixed table formatting
1 parent 87913f8 commit 33ece9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ https://docs.newrelic.com/docs/agents/go-agent/get-started/go-agent-compatibilit
5858

5959
### Service Frameworks
6060

61-
| Project | Integration Package | |
61+
| Project | Integration Package | |
6262
| ------------- | ------------- | - |
6363
| [gin-gonic/gin](https://github.com/gin-gonic/gin) | [v3/integrations/nrgin](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrgin) | Instrument inbound requests through the Gin framework |
6464
| [gorilla/mux](https://github.com/gorilla/mux) | [v3/integrations/nrgorilla](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrgorilla) | Instrument inbound requests through the Gorilla framework |
@@ -74,7 +74,7 @@ More information about instrumenting databases without an integration package
7474
using [newrelic](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic/)
7575
package primitives can be found [here](GUIDE.md#datastore-segments).
7676

77-
| Project | Integration Package | |
77+
| Project | Integration Package | |
7878
| ------------- | ------------- | - |
7979
| [lib/pq](https://github.com/lib/pq) | [v3/integrations/nrpq](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrpq) | Instrument PostgreSQL driver |
8080
| [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | [v3/integrations/nrmysql](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrmysql) | Instrument MySQL driver |
@@ -88,7 +88,7 @@ package primitives can be found [here](GUIDE.md#datastore-segments).
8888

8989
### Logging
9090

91-
| Project | Integration Package | |
91+
| Project | Integration Package | |
9292
| ------------- | ------------- | - |
9393
| [sirupsen/logrus](https://github.com/sirupsen/logrus) | [v3/integrations/nrlogrus](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrlogrus) | Send agent log messages to Logrus |
9494
| [mgutz/logxi](https://github.com/mgutz/logxi) | [v3/integrations/nrlogxi](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrlogxi) | Send agent log messages to Logxi |

0 commit comments

Comments
 (0)