Fix list formatting in readme
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 26 Sep 2015 09:53:26 +0000 (12:53 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 26 Sep 2015 09:53:26 +0000 (12:53 +0300)
README.md

index beda45f..2d35e85 100644 (file)
--- 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.