aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-30 00:20:49 -0500
committermat <github@matdoes.dev>2022-04-30 00:20:49 -0500
commit2240140136b9dfc0faeb1d29edf037609f9e8c9c (patch)
tree93419b5b0db5961ad1bf75840dffac3461a8f0fe /README.md
parent41bfebfba8eb0c2f830e01f03f8765865e8108b0 (diff)
downloadskyblock-api-2240140136b9dfc0faeb1d29edf037609f9e8c9c.tar.gz
skyblock-api-2240140136b9dfc0faeb1d29edf037609f9e8c9c.tar.bz2
skyblock-api-2240140136b9dfc0faeb1d29edf037609f9e8c9c.zip
revamp skills api
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59937b2..b46169a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ If you (this is really just here for myself so I don't forget) are adding a new
- Use camelCase for keys.
- Use snake_case for values.
- Prefer arrays over dictionaries when the keys aren't static. For example `[ { name: "asdf", value: "dsfasg" } ]` rather than `{ "asdf": "dsfasg" }`.
-- Dates are done with milliseconds since epoch
+- Dates are milliseconds since epoch.
- Fields that contain a snake_case ID should be called `id`. At the moment some of them are called `name`, this will be changed soon.
## Development