Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier authored May 17, 2021
1 parent 720c40b commit 44c6bc9
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 @@ -29,7 +29,7 @@ The DyLib class can load a dynamic library at runtime :
```c++
DyLib lib("./myDynLib.so");
```
DyLib can detect the file extension :
The DyLib class can detect the file extension :
```c++
DyLib lib("./myDynLib");
```
Expand Down

0 comments on commit 44c6bc9

Please sign in to comment.