From 18b57815306e0d97d8c5c0481d25fb34b5cdc601 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 11 Mar 2016 15:39:42 -0800 Subject: [PATCH] Capitalize --- README.md | 4 ++-- sinks/adsb-ws/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 949a01c..1ff181e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ adsb-tools is a suite of tools, written in several different languages, for capt * [adsbus](adsbus/) is a network hub and protocol converter for ADS-B messages (written in C) * Sources (capture/generate data) * Sinks (consume/use data) - * [adsb-ws](sinks/adsb-ws/) takes an ads-b feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go) - * [sourcestats](sinks/sourcestats/) takes an ads-b feed and periodically outputs statistics on message and clock rate (written in Python) + * [adsb-ws](sinks/adsb-ws/) takes an ADS-B feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go) + * [sourcestats](sinks/sourcestats/) takes an ADS-B feed and periodically outputs statistics on message and clock rate (written in Python) * Protocol/format documentation * [airspy_adsb](protocols/airspy_adsb.md) (a.k.a. ASAVR) * [beast](protocols/beast.md) diff --git a/sinks/adsb-ws/README.md b/sinks/adsb-ws/README.md index 46e8353..a82c805 100644 --- a/sinks/adsb-ws/README.md +++ b/sinks/adsb-ws/README.md @@ -1,6 +1,6 @@ ## Overview -adsb-ws takes an ads-b feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go) +adsb-ws takes an ADS-B feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go) ## Use