Skip to content

Commit

Permalink
Make description longer
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Jun 10, 2021
1 parent 3ea8f27 commit e858c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Pub Package](https://img.shields.io/pub/v/appstream.svg)](https://pub.dev/packages/appstream)

A parser for [Appstream](https://www.freedesktop.org/software/appstream) files.
A parser for [Appstream](https://www.freedesktop.org/software/appstream) data.
This package allows Dart applications to access package metadata on Linux systems.

```dart
import 'package:appstream/appstream.dart';
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: appstream
version: 0.2.0

description:
A parser for Appstream files.
A parser for Appstream data.
This package allows Dart applications to access package metadata on Linux systems.

homepage: https://github.com/canonical/appstream.dart

Expand Down

0 comments on commit e858c96

Please sign in to comment.