Skip to content

Commit edb1fec

Browse files
Update README.md
1 parent 227a396 commit edb1fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +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 binary but it is not embedded inside binary like static library (.a),
10-
so it will be loaded only when the binary is loaded.
9+
It is a library that is linked to the executable but it is not embedded inside executable like static library (.a),
10+
so it will be loaded only when the executable is loaded.
1111

1212
------------------
1313
For System Requirements please refer 'Application_Requirements.txt'

0 commit comments

Comments
 (0)