Skip to content

Commit 0a797b9

Browse files
authored
Merge pull request #13 from cyberark/fix_readme_periodicly
Fix typo in Readme
2 parents 50a1eb7 + 74496d2 commit 0a797b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ See the [license file](LICENSE)
4646

4747
Add bash-lib into your project in the way that best fits your workflow. The only requirement is that you **pin the version of
4848
bash-lib that you use**. This is important so that changes to bash-lib do not have the power to break all projects that use
49-
bash-lib. Your project can then test updates to bash-lib and roll forward periodicly.
49+
bash-lib. Your project can then test updates to bash-lib and roll forward periodically.
5050

5151
Options:
5252
* Add a submodule: they are an easy way to integrate bash-lib and automatically use a single SHA until manually updated. Submodules add a pointer from a mount point in your repo to the external repo (bash-lib), and require workflow changes to ensure that pointer is derferenced during clone, checkout and some other opertaions.

0 commit comments

Comments
 (0)