Update 'README.md'
This commit is contained in:
parent
c68b71815c
commit
20affc58f0
|
|
@ -36,7 +36,7 @@ cmake -build . -config Release -target install
|
||||||
Here is some example to demo the library usage
|
Here is some example to demo the library usage
|
||||||
```python
|
```python
|
||||||
from PyNFS import NFS, NFSSH
|
from PyNFS import NFS, NFSSH
|
||||||
nfs= NFS('nfs://127.0.0.1/data/tmp/')
|
nfs = NFS('nfs://127.0.0.1/data/tmp/')
|
||||||
a = nfs.open('/test.txt', mode='w+')
|
a = nfs.open('/test.txt', mode='w+')
|
||||||
a.write('Test String')
|
a.write('Test String')
|
||||||
a.close()
|
a.close()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue