Skip to content

Commit 5eaace1

Browse files
authored
Update README.md
fix: typo
1 parent adc5b47 commit 5eaace1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ go build -buildmode=plugin -o=~/<plugin folder>/<plugin>.so ~/<plugin folder>/<p
5555
```
5656
##### Copy plugin to folder (.kube-knark folder is created on the 1st startup)
5757
```
58-
cp ~/<plugin folder>/bench_plugin.so ~/.kube-knark/plugins/compile/<plugin>.so
58+
cp ~/<plugin folder>/<plugin>.so ~/.kube-knark/plugins/compile/<plugin>.so
5959
```
6060
## Supported Specs
6161
The Kube-knark support 2 specs and can be easily extended:

0 commit comments

Comments
 (0)