summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-09-26 12:53:26 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-09-26 12:53:26 +0300
commit6b63b26404064272394740f6b7354e75c5805cec (patch)
tree38565126fd7d55f03773ee1ddc2ce4fc27bbcfa2
parent87d01fed5bb51f77d4e3a0084d9c9a1ee8ba3b70 (diff)
Fix list formatting in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index beda45fb..2d35e85d 100644
--- a/README.md
+++ b/README.md
@@ -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.