Skip to content

Commit daa81ce

Browse files
Update README.md
1 parent 3618560 commit daa81ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Shared Object (.so) File :-
66

77
In simple words, a '.so' file on linux is what a 'dll' on windows.
88

9-
It is a library that is linked to the executable but it is not embedded in the executable like static library (.a),
10-
so it will be loaded only when the executable is launched
11-
and need to be present in the system where the executable is deployed.
9+
It is a library that is linked to the binary but it is not embedded inside binary like static library (.a),
10+
so it will be loaded only when the binary is loaded.
1211

1312
------------------
1413
For System Requirements please refer 'Application_Requirements.txt'

0 commit comments

Comments
 (0)