diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-26 12:53:26 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-26 12:53:26 +0300 |
commit | 6b63b26404064272394740f6b7354e75c5805cec (patch) | |
tree | 38565126fd7d55f03773ee1ddc2ce4fc27bbcfa2 | |
parent | 87d01fed5bb51f77d4e3a0084d9c9a1ee8ba3b70 (diff) |
Fix list formatting in readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ Using the nanopb library ------------------------ To use the nanopb library, you need to do two things: -1) Compile your .proto files for nanopb, using protoc. -2) Include pb_encode.c and pb_decode.c in your project. +1. Compile your .proto files for nanopb, using protoc. +2. Include pb_encode.c and pb_decode.c in your project. The easiest way to get started is to study the project in "examples/simple". It contains a Makefile, which should work directly under most Linux systems. |