Skip to content

Commit c14b340

Browse files
committed
Pretty print the markdown files
1 parent b719a16 commit c14b340

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,25 @@
55
[![GitHub Stars](https://img.shields.io/github/stars/renggli/dart-rtlsdr.svg)](https://github.com/renggli/dart-rtlsdr/stargazers)
66
[![GitHub License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://raw.githubusercontent.com/renggli/dart-rtlsdr/master/LICENSE)
77

8-
Dart bindings for Software Defined Radio
9-
========================================
8+
# Dart bindings for Software Defined Radio
109

1110
This library provides a simple Dart interface to devices supported by the RTL-SDR project. It wraps much of the functionality provided by the [librtlsdr library](https://github.com/librtlsdr/librtlsdr) in a convenient and typesafe way.
1211

1312
This library is open source, stable and well tested. Development happens on [GitHub](https://github.com/renggli/dart-rtlsdr). Feel free to report issues or create a pull-request there. General questions are best asked on [StackOverflow](https://stackoverflow.com/questions/tagged/rtlsdr+dart).
1413

1514
The package is hosted on [dart packages](https://pub.dev/packages/rtlsdr). Up-to-date [class documentation](https://pub.dev/documentation/rtlsdr/) is created with every release.
1615

16+
## Installation
1717

18-
Installation
19-
------------
20-
21-
First, make sure you have the most recent version of *librtlsdr* installed on your system, either through the [developer](https://github.com/librtlsdr/librtlsdr/releases) or your favorite package manager. Make sure the library is accessible to Dart.
18+
First, make sure you have the most recent version of _librtlsdr_ installed on your system, either through the [developer](https://github.com/librtlsdr/librtlsdr/releases) or your favorite package manager. Make sure the library is accessible to Dart.
2219

2320
Then follow the installation instructions on [dart packages](https://pub.dev/packages/rtlsdr/install).
2421

2522
```dart
2623
import 'package:rtlsdr/rtlsdr.dart';
2724
```
2825

29-
30-
Tutorial
31-
--------
26+
## Tutorial
3227

3328
```dart
3429
import 'package:rtlsdr/rtlsdr.dart';

example/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
RTL-SDR Examples
2-
==================
1+
# RTL-SDR Examples
32

43
This directory contains a bunch of experimental examples that exercise various features of the library. The examples are largely ports to Dart of the examples include in the C distribution.

0 commit comments

Comments
 (0)