diff --git a/src/docs/src/KV/list.md b/src/docs/src/KV/list.md index 6f467d761..dc59cf2b6 100755 --- a/src/docs/src/KV/list.md +++ b/src/docs/src/KV/list.md @@ -6,8 +6,6 @@ platforms: [websites, apps, nodejs, workers] Returns an array of all keys in the user's key-value store for the current app. If the user has no keys, the array will be empty. -Because filtering is prefix-based, `list()` works best when you design keys around the read patterns your app needs. In practice, that means your key naming convention becomes your query plan. - Results are sorted lexicographically (string order) by key. ## Syntax diff --git a/src/docs/src/Objects/detailedappusage.md b/src/docs/src/Objects/detailedappusage.md index 965cadbc6..f4bc2d7c3 100644 --- a/src/docs/src/Objects/detailedappusage.md +++ b/src/docs/src/Objects/detailedappusage.md @@ -21,6 +21,6 @@ Usage information per API. Each key is an API name, and the value is an object w
-Resources in Puter are measured in microcents (e.g., $0.50 = 50,000,000). +Resources in Puter are measured in microcents (e.g., $0.01 = 1,000,000).
diff --git a/src/docs/src/Objects/monthlyusage.md b/src/docs/src/Objects/monthlyusage.md index 4747c79ef..a81f3db97 100644 --- a/src/docs/src/Objects/monthlyusage.md +++ b/src/docs/src/Objects/monthlyusage.md @@ -31,6 +31,6 @@ Usage information per API. Each key is an API name, and the value is an object w
-Resources in Puter are measured in microcents (e.g., $0.50 = 50,000,000). +Resources in Puter are measured in microcents (e.g., $0.01 = 1,000,000).