Skip to content

Commit 39aa0e8

Browse files
authored
Fix markdown in README.md
1 parent 4e51be0 commit 39aa0e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[Instructions for building together the casing](doc/README.md)
44

5-
# Raspberry Information
5+
# Using the NMEA logger
66
---
77

8-
### Install the python module
8+
### Install this python module from the repository root directory
99
```
1010
pip install .
1111
```
@@ -35,8 +35,6 @@ sudo cp nmealogger.service /etc/systemd/system/nmealogger.service
3535
```
3636

3737
Make sure to replace *User* with a user who can access the serial port and the *data_dir* provided in the [configuration file](nmeaconfig.yml)
38-
39-
```
4038
Before starting the service, execute the following line. It reloads to take the change into account
4139
```
4240
sudo systemctl daemon-reload

0 commit comments

Comments
 (0)