File 0003-Update-README.md.patch of Package olifer
From b73065775b119023c7efe6970bb9bf1329efcae3 Mon Sep 17 00:00:00 2001
From: Serhii Kostiushkin <s.kostyushkin@gmail.com>
Date: Wed, 15 Nov 2017 21:52:18 +0200
Subject: [PATCH 3/8] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c1f2cbb..06a824a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#DESCRIPTION
+# DESCRIPTION
Olifer is lightweight validator supporting Language Independent Validation Rules Specification (LIVR) for Erlang
@@ -20,7 +20,7 @@ See http://livr-spec.org for detailed documentation and list of supported rules.
* Rules are be able to change results output ("trim", "nested_object", for example)
* Multipurpose (user input validation, configs validation, contracts programming etc)
-#GETTING STARTED
+# GETTING STARTED
1. Add as a dependency in your project:
* For **rebar** add to rebar.config
```erl
@@ -45,7 +45,7 @@ See http://livr-spec.org for detailed documentation and list of supported rules.
3. Run **olifer:start()** in your project start function.
4. Thats all, now you can validate data, register your own rules or aliased built-in rules.
-#USAGE
+# USAGE
**1. Validate data**
Simple example:
--
2.15.0