From 69765c24b30ecb4bd67caa7769c26dcf87facf39 Mon Sep 17 00:00:00 2001 From: truenagual Date: Tue, 5 Sep 2017 21:42:44 +0200 Subject: [PATCH] Fixed formatting problems and typo in documentation of examples --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 3600d03..d6eefbd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,4 @@ -#rust-dlopen examples +# rust-dlopen examples Files in directory perform very similar operations but they use different APIs. You can compare these @@ -20,6 +20,6 @@ library gets unloaded. Please notice that this bug is related to building dynamic link libraries (in this case the example library), not to loading libraries. - If you userust-dlopen for working with correctly built + If you use rust-dlopen for working with correctly built dynamic link libraries, everything should work normally. \ No newline at end of file