From 639ed39b2145ab8751725a8c020df824de217ce7 Mon Sep 17 00:00:00 2001 From: loradar <56890699+loradar@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:14:56 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa34cd1..d0b7f21 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Description of the fields in the csv file are shown below. | status | The result of the gateway's CRC test on the frame. | | bandwidth | Bandwidth of the LoRaWAN packet in kHz. | | datarate | Spreading factor of the LoRaWAN packet. | -| coderate | Ratio of carried bits and total number of bits received. | +| coderate | The ratio of carried bits and total number of bits received. | | RSSI | Received siganl strength of the packet in dBm. | | SNR | Signal to noise ratio of the LoRaWAN packet. | | size | The number of octets in the packet. |