Browse Source

use psr

main
ghost 5 months ago
parent
commit
2f381f9581
  1. 6
      README.md
  2. 0
      src/fix.php
  3. 0
      src/get.php
  4. 0
      src/put.php

6
README.md

@ -17,7 +17,7 @@ export FS object to blockchain @@ -17,7 +17,7 @@ export FS object to blockchain
#### example
```
php cli/put.php processor filename [delay]
php src/put.php processor filename [delay]
```
#### arguments
@ -37,7 +37,7 @@ similar to the [put](#put) logic but using namespace provided as the additional @@ -37,7 +37,7 @@ similar to the [put](#put) logic but using namespace provided as the additional
#### example
```
php cli/fix.php processor namespace filename [delay]
php src/fix.php processor namespace filename [delay]
```
#### arguments
@ -60,7 +60,7 @@ import stored object from blockchain to FS location @@ -60,7 +60,7 @@ import stored object from blockchain to FS location
#### example
```
php cli/get.php processor namespace [filename]
php src/get.php processor namespace [filename]
```
#### arguments

0
cli/fix.php → src/fix.php

0
cli/get.php → src/get.php

0
cli/put.php → src/put.php

Loading…
Cancel
Save