Skip to content

Commit

Permalink
Break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 29, 2024
1 parent 8ebd7c5 commit ce146f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/cw-storage-plus/basics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce146f4

Please sign in to comment.