Skip to content

Commit 44af93d

Browse files
fix: Fix typo in README(#480)
Fix LTS -> TLS typo
1 parent 581a89b commit 44af93d

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
@@ -43,7 +43,7 @@ cd codacy-analysis-cli-* && sudo make install
4343
#### Docker Configuration
4444
Once the pre-requisites are met, it’s time to enable the connectivity between bash and docker.
4545

46-
It’s mandatory that the daemon is exposed without LTS. In order to do that go to Docker Settings -> General. Just click on the checkbox with the label 'Expose daemon on tcp://localhost:2375 without TLS' and docker will reload.
46+
It’s mandatory that the daemon is exposed without TLS. In order to do that go to Docker Settings -> General. Just click on the checkbox with the label 'Expose daemon on tcp://localhost:2375 without TLS' and docker will reload.
4747

4848
#### Preparing docker client on bash
4949
Now it’s time to go to the bash and install and configure the docker client.

0 commit comments

Comments
 (0)