Skip to content

Commit f7d1529

Browse files
Update README.md
1 parent 2632a7a commit f7d1529

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Node-rules is a light weight forward chaining Rule Engine, written on node.js.
99

1010

1111

12-
####Installation
12+
#### Installation
1313

1414
install node-rules via npm
1515

@@ -19,7 +19,7 @@ install node-rules via npm
1919
2020
![Sample Screencast](https://raw.githubusercontent.com/mithunsatheesh/node-rules/gh-pages/images/screencast.gif "See it in action")
2121

22-
####Overview
22+
#### Overview
2323

2424
Node-rules takes rules written in JSON friendly format as input. Once the rule engine is running with rules registered on it, you can feed it facts and the rules will be applied one by one to generate an outcome.
2525

@@ -95,17 +95,17 @@ R.execute(fact,function(result){
9595
});
9696
```
9797

98-
######4. Controlling Rules running on the Rule Engine
98+
###### 4. Controlling Rules running on the Rule Engine
9999
If you are looking for ways to specify the order in which the rules get applied on a fact, it can be done via using the `priority` parameter. Read more about it in the [Rule wiki](https://github.com/mithunsatheesh/node-rules/wiki/Rules). If you need to know about how to change priority of rules or remove add new rules to a Running Rule Engine, you may read more about it in [Dynamic Control Wiki](https://github.com/mithunsatheesh/node-rules/wiki/Dynamic-Control).
100100

101-
######5. Exporting Rules to an external storage
101+
###### 5. Exporting Rules to an external storage
102102
To read more about storing rules running on the engine to an external DB, refer this [wiki article](https://github.com/mithunsatheesh/node-rules/wiki/Exporting-and-Importing-Rules).
103103

104104

105105
#### Wiki
106106
To read more about the Rule engine functions, please read [the wiki here](https://github.com/mithunsatheesh/node-rules/wiki)!. To find more examples of implementation please look in the [examples](https://github.com/mithunsatheesh/node-rules/tree/master/examples) folder.
107107

108-
####Issues
108+
#### Issues
109109
Got issues with the implementation?. Feel free to open an issue [here](https://github.com/mithunsatheesh/node-rules/issues/new).
110110

111111
#### Licence

0 commit comments

Comments
 (0)