Skip to content

Commit 750bd1b

Browse files
authoredAug 9, 2022
Merge pull request #1 from szepeviktor/patch-1
Dust off README
2 parents 7d937e1 + f395096 commit 750bd1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a skeleton repository to speed up creation of custom engines.
66

77
The key directories and files are:
88

9-
```bash
9+
```
1010
├── test-src/ # place vulnerable code here
1111
├── tools/
1212
| ├── build.sh # builds the latest docker image
@@ -18,7 +18,7 @@ The key directories and files are:
1818

1919
## How to use it
2020

21-
- Use this repo as a template: https://github.com/guardrailsio/custom-engine-seed/generate
21+
Use this repo as a template: https://github.com/guardrailsio/custom-engine-seed/generate
2222

2323
## Custom Engine Requirements
2424

@@ -137,7 +137,7 @@ The following code snipped contains an example of the GuardRails output format a
137137
}
138138
}
139139
]
140-
};
140+
}
141141
```
142142

143143
The `engine` object has two fields. The `name` and the `version`.

0 commit comments

Comments
 (0)
Failed to load comments.