Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inus authored May 16, 2024
1 parent 397d998 commit e7efdea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,13 @@ To run the tests in `test/` use
Example:

```
# Test opening Firebase database from python
# Test opening Firebase database for brief info, from python
import fb_export.fb_export as fb
fb.main("test/employee.fdb","-b")'
fb.main("test/employee.fdb","-b")
```
To run:

`python test_fb.py test/employee.fdb`

`python test_fb.py`


## Using Github Actions
Expand Down

0 comments on commit e7efdea

Please sign in to comment.