mirror of
https://github.com/PeernetOfficial/Abstraction.git
synced 2026-07-22 21:27:49 +01:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
16fff5edcf
commit
e7686df44f
@@ -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>)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user