Update README.md

This commit is contained in:
Akilan Selvacoumar
2022-12-11 12:01:09 +00:00
committed by GitHub
parent 16fff5edcf
commit e7686df44f

View File

@@ -15,10 +15,10 @@ Abstrations.Download(&<web api object>,<file hash>,<node id>,<download path>)
```
### Add a file to peernet
```go
Abstrations.Touch(&<web api object>, <file path>)
Abstrations.Touch(&<web api object>,<file path>)
```
### Remove a file to peernet
```go
Abstrations.Rm(&<web api object>, <file id>)
Abstrations.Rm(&<web api object>,<file id>)
```