Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove the fd_save operations
  • Loading branch information
wenjie1991 authored Jul 12, 2024
1 parent 22a3efc commit 71e938f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ fd_add(g = g, name = "fig1", fo, overwrite = T)
## Add the same figure with a different name
fd_add(g = g, name = "fig2", fo, overwrite = T)

## Save the database
fd_save(fo)

## The hard disk database is automatically updated, no need to save operations.
```

### Manage the figures in browser
Expand Down

0 comments on commit 71e938f

Please sign in to comment.