From 937b0e3cca81abcb25207ed459d015b13d1fcfe5 Mon Sep 17 00:00:00 2001 From: Tom Flanagan Date: Sun, 11 Dec 2016 18:44:37 -0800 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c33460b..ba91344 100644 --- a/README.md +++ b/README.md @@ -132,4 +132,4 @@ or given a file-like device, automatically: ``` -If your stream is noisy and contains errors, you can set some basic error handling with the [`errors` parameter of the `NMEAStreamReader` constructor.](nmea/stream.py#L12) +If your stream is noisy and contains errors, you can set some basic error handling with the [`errors` parameter of the `NMEAStreamReader` constructor.](pynmea2/stream.py#L12)