Skip to content

Commit c54430b

Browse files
authored
add some clarification to the top-level readme (#8)
1 parent 48a544b commit c54430b

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Overview
44

5-
This repository is home to tooling related Dart packages.
5+
This repository is home to tooling related Dart packages. Generally, this means
6+
packages published through the
7+
[tools.dart.dev](https://pub.dev/publishers/tools.dart.dev) publisher that
8+
don't naturally belong to other topic monorepos (like
9+
[dart-lang/build](https://github.com/dart-lang/build),
10+
[dart-lang/test](https://github.com/dart-lang/test), or
11+
[dart-lang/shelf](https://github.com/dart-lang/shelf)).
612

713
## Packages
814

pkgs/dash_analytics/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[![package:dash_analytics](https://github.com/dart-lang/tools/actions/workflows/dash_analytics.yml/badge.svg)](https://github.com/dart-lang/tools/actions/workflows/dash_analytics.yml)
22

3-
## What's This?
3+
## What's this?
44

5-
This package is intended to be used on Dash (Flutter, Dart, etc.) related tooling only.
6-
It provides APIs to send events to Google Analytics using the Measurement Protocol.
5+
This package is intended to be used on Dash (Flutter, Dart, etc.) related
6+
tooling only. It provides APIs to send events to Google Analytics using the
7+
Measurement Protocol.
78

8-
This is not intended to be general purpose or consumed by the community. It is responsible for toggling analytics collection for Dash related tooling on each developer's machine.
9+
This is not intended to be general purpose or consumed by the community. It is
10+
responsible for toggling analytics collection for Dash related tooling on each
11+
developer's machine.
912

10-
## Using This Package As A Dash Tool
13+
## Using this package
1114

12-
Refer to the [guide](USAGE_GUIDE.md).
15+
Refer to the [usage guide](USAGE_GUIDE.md).

0 commit comments

Comments
 (0)