Skip to content

Commit

Permalink
docs (client) : Branch Name Typo
Browse files Browse the repository at this point in the history
Fix a typo on the name of the main branch _(from 'master' to 'main')_
  • Loading branch information
miervaldis42 committed Feb 28, 2024
1 parent c27978a commit b16f57b
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 @@ -46,4 +46,4 @@ Here are 2 algorithms we could use for the main searchbar:
| **Native Loops** | _[searchUsingLoops( )](./src/components/mainSearch.ts)_ | `client/feat-search-nativeLoops` |
| **Array Methods** | _[searchUsingArrayMethods( )](./src/components/mainSearch.ts)_ | `client/feat-search-arrayMethods` |

The **'Array Method'** algorithm is the chosen solution implemented in the final version, present in the `master` baranch.
The **'Array Method'** algorithm is the chosen solution implemented in the final version, present in the `main` baranch.

0 comments on commit b16f57b

Please sign in to comment.