diff --git a/README.md b/README.md index 7e94f00..ddc369a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Abstrations.Download(&,,,) ``` ### Add a file to peernet ```go -Abstrations.Touch(&, ) +Abstrations.Touch(&,) ``` ### Remove a file to peernet ```go -Abstrations.Rm(&, ) +Abstrations.Rm(&,) ```