Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahar Mehrpour authored Jun 5, 2020
1 parent 2be2391 commit 8b30296
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This file is required for FPMax algorithm (for mining design rules) to execute.
**The file should be copied/moved to the root directory of the project.**


## ruleJson.txt
## ruleTable.json

There must be a file name `ruleJson.txt` in the project folder in which all rules are stored. `grammar` field is recently added for each rule.
There must be a file name `ruleTable.json` in the project folder in which all rules are stored. `grammar` field is recently added for each rule.
It is mandatory but is generated for newly added rules. Here is an example for this file:

```javascript
Expand Down Expand Up @@ -81,9 +81,9 @@ It is mandatory but is generated for newly added rules. Here is an example for t
```


## tagJson.txt
## tagTable.json

There is also another json file named `tagJson.txt`. In this file we store information about tags. Here is an example for this file:
There is also another json file named `tagTable.json`. In this file we store information about tags. Here is an example for this file:

```javascript
[
Expand Down

0 comments on commit 8b30296

Please sign in to comment.