diff --git a/src/pages/cw-storage-plus/basics.mdx b/src/pages/cw-storage-plus/basics.mdx index cd2081eb..6126ede8 100644 --- a/src/pages/cw-storage-plus/basics.mdx +++ b/src/pages/cw-storage-plus/basics.mdx @@ -6,14 +6,14 @@ import { Callout } from "nextra/components"; # Basics -## Containers +## Containers `cw-storage-plus`` provides several storage containers that can be used to store -data on the blockchain. The fundamental ones are: +data on the blockchain. The fundamental ones are: -* [`Item`](containers/item) -* [`Map`](containers/map) -* [`Deque`](containers/deque) +- [`Item`](containers/item) +- [`Map`](containers/map) +- [`Deque`](containers/deque) An [`Item`](containers/item) is a simple container that stores a single value. The other two are a little more involved - they are collections capable of