From 6fc4e36dc283641bdfecd5285b618623a99b87f7 Mon Sep 17 00:00:00 2001 From: Dhruv <42606683+dA505819@users.noreply.github.com> Date: Sun, 5 Apr 2020 13:55:56 +0530 Subject: [PATCH] Update README.md Added fullstops to increase readability. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8790202..61f6aa2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # DirectDemod -Direct Demodulation of Radio-signals +Direct Demodulation of Radio-signals. ## Decoders -* NOAA images (Under progress) -* AFSK1200 (Under progress) +* NOAA images (Under progress). +* AFSK1200 (Under progress). ## Run example -To run: run 'python main.py IQ.wav' +To run: run 'python main.py IQ.wav'. (using Docker) ``` @@ -18,7 +18,7 @@ sudo docker run --rm -it \ ## Documentation -Please find the docs at: [directdemod.readthedocs.io](https://directdemod.readthedocs.io) +Please find the docs at: [directdemod.readthedocs.io](https://directdemod.readthedocs.io). ## Experiments The experiments performed to make design decisions are in the folder experiments, as jupyter notebooks. (click the binder badge for an online version)