aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-10-12 17:55:44 -0700
committerLev Walkin <vlm@lionet.info>2014-10-12 17:55:44 -0700
commit15c6aa88dd2070d774d049868313f9f0867a8b74 (patch)
tree941a12bf13f1e0d9d8e25596e9813fd3156251aa
parentb11b2209abf05efb76dfcf935a9c3855c4b440b1 (diff)
do not shout
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 59d9c967..4152e93a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
-# WHAT TO READ?
+
+# Installation
If you haven't installed the asn1c yet, read the INSTALL file for a
short installation guide.
+# What to read?
+
For the list of asn1c command line options, see `asn1c -h` or `man asn1c`.
The comprehensive documentation on this compiler is in asn1c-usage.pdf.
@@ -16,7 +19,7 @@ Please also read the FAQ file.
An excellent book on ASN.1 is written by Olivier Dubuisson:
"ASN.1 Communication between heterogeneous systems", ISBN:0-12-6333361-0.
-# QUICK START
+# Quick start
(also check out ./doc/asn1c-quick.pdf)
@@ -51,7 +54,7 @@ by the compiler.
asn1c -EF <module-to-test.asn1> # Check semantic validity
-# MODEL OF OPERATION
+# Model of operation
The asn1c compiler works by processing the ASN.1 module specifications
in several stages: