Skip to content

Commit c41c9e1

Browse files
authored
Update README.md (#699)
1 parent f35bb5e commit c41c9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The SDK documentation can be navigated in the form of [Go docs](https://pkg.go.d
1818
- [`backend`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/backend): Package `backend` provides SDK handler interfaces and contracts for implementing and serving backend plugins. It includes multiple sub-packages.
1919
- [`build`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/build): Package `build` includes standard mage targets useful when building plugins.
2020
- [`data`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/data): Package `data` provides data structures that Grafana recognizes. It includes multiple subpackages like `converters`, `framestruct` and `sqlutil`.
21-
- [`experimental`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/data): Package `experimental` provides multiple experimental features. It includes multiple sub-packages.
22-
- [`live`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/data): Package `live` provides types for the Grafana Live server.
21+
- [`experimental`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/experimental): Package `experimental` provides multiple experimental features. It includes multiple sub-packages.
22+
- [`live`](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go/live): Package `live` provides types for the Grafana Live server.
2323

2424
See the list of all packages [here](https://pkg.go.dev/github.com/grafana/grafana-plugin-sdk-go#section-directories).
2525

0 commit comments

Comments
 (0)