Skip to content

Commit

Permalink
Typo fix jbusecke (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Oct 15, 2024
1 parent 965392a commit 1eab7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Readers can only see and use committed snapshots.

### Branches and Tags

Additionally, snapshots occur in a specific linear (i.e. serializable) order within **branch**.
Additionally, snapshots occur in a specific linear (i.e. serializable) order within a **branch**.
A branch is a mutable reference to a snapshot--a pointer that maps the branch name to a snapshot ID.
The default branch is `main`.
Every commit to the main branch updates this reference.
Expand All @@ -109,7 +109,7 @@ Tags are appropriate for publishing specific releases of a repository or for any

Chunk references are "pointers" to chunks that exist in other files--HDF5, NetCDF, GRIB, etc.
Icechunk can store these references alongside native Zarr chunks as "virtual datasets".
You can then can update these virtual datasets incrementally (overwrite chunks, change metadata, etc.) without touching the underling files.
You can then update these virtual datasets incrementally (overwrite chunks, change metadata, etc.) without touching the underling files.

## How Does It Work?

Expand Down

0 comments on commit 1eab7fd

Please sign in to comment.