Skip to content

Commit

Permalink
Merge pull request #81 from nakamasato/docs-fix-typo
Browse files Browse the repository at this point in the history
docs: Fix typo and consistency in README
  • Loading branch information
raffaelespazzoli committed Dec 27, 2021
2 parents 863a1e6 + d565797 commit af11b44
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 @@ -37,7 +37,7 @@ The following idempotent methods are provided (and their corresponding array ver

1. createIfNotExists
2. createOrUpdate
3. deleteIfExits
3. deleteIfExists

Also there are utility methods to manage finalizers, test ownership and process templates of resources.

Expand Down Expand Up @@ -118,7 +118,7 @@ At this point your controller is able to leverage the utility methods of this li
3. [managing status and error conditions](#managing-status-and-error-conditions)
4. [managing CR finalization](#managing-cr-finalization)
5. high-level object manipulation functions such as:
- createOrUpdate, createIfNotExists, DeleteIfExists
- createOrUpdate, createIfNotExists, deleteIfExists
- same functions on an array of objects
- go template processing of objects

Expand Down

0 comments on commit af11b44

Please sign in to comment.