Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
encloinc authored Aug 30, 2016
1 parent 66ae529 commit 6f4f7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ made so even the newest of programmers can understand it without digging deep in
Esf makes it as simple as providing a file path for your file to be stored, and naming the file (remember to end it with a .esf format)
also remember to use forward slashes when typing in your directory (Backward slashes wont work, so copying and pasting the directory of your choice wont work unless you change all the backward slashes to forward slashes)

also dont put your file in the filepath, add your file name on the second arguent of the functions class
also dont put your file in the filepath, add your file name on the second arguent of the EasySaveFunctions class
###Getting started with ESF###
```python
import esf
f = functions('C:/Users/your/file/path', 'test.esf')
f = EasySaveFunctions('C:/Users/your/file/path', 'test.esf')
```
###Now you can get started with ESF!###

Expand Down Expand Up @@ -51,7 +51,7 @@ list = f.get_list()
f.upload_list(list)
```

####Delete you file (Create a new function session after doing this)####
####Delete you file (Create a new EasySaveFunctions session after doing this)####
```Python
f.delete()
```
Expand Down

0 comments on commit 6f4f7b9

Please sign in to comment.