Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor typo mistake
  • Loading branch information
bobychaudhary authored Jan 10, 2022
1 parent ca48523 commit 262cc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ which can be backed by a variety of medium (e.g. [registry](./pkg/v1/remote/READ

To complement these immutable views, we support functional mutations that produce new immutable views
of the resulting resource (e.g. [mutate](./pkg/v1/mutate/README.md)). The end goal is to provide a
set of versatile primives that can compose to do extraordinarily powerful things efficiently and easily.
set of versatile primitives that can compose to do extraordinarily powerful things efficiently and easily.

Both the resource views and mutations may be lazy, eager, memoizing, etc, and most are optimized
for common paths based on the tooling we have seen in the wild (e.g. writing new images from disk
Expand Down

0 comments on commit 262cc27

Please sign in to comment.