Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zigster64 committed Dec 31, 2023
1 parent 3e253d3 commit fde5b36
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 @@ -86,9 +86,9 @@ The Datastor API then wraps this as a single storage item.

---

## API Overview
# API Overview

For Static-only data :
## For Static-only data :

| Function | Description |
|----------|-------------|
Expand All @@ -108,7 +108,7 @@ For Static-only data :
Autoincrement note - Datatsor calculates the 'next sequence' as `Table.len + 1`, which is quick and simple enough.
If loading data into a datastor, then use one method or the other, but avoid mixing them together, as the ID forms the key in the hashtable.

For Static + Timeseries data :
## For Static + Timeseries data :

| Function | Description |
|----------|-------------|
Expand Down

0 comments on commit fde5b36

Please sign in to comment.