diff --git a/README.md b/README.md index 01c0f3f..c30971c 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -### +# LSPlt + + +![](https://img.shields.io/badge/license-LGPL--3.0-orange.svg) +![](https://img.shields.io/badge/Android-5.0%20--%2013-blue.svg) +![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86--64-brightgreen.svg) +![](https://github.com/LSPosed/LSPlt/actions/workflows/build.yml/badge.svg?branch=master&event=push) +![](https://img.shields.io/maven-central/v/org.lsposed.lsplt/lsplt.svg) + +A simple PLT hook for Android. + +### Docs + +Check https://lsposed.org/LSPlt/namespacelsplt.html for the documentation. diff --git a/lsplt/src/main/jni/include/lsplt.hpp b/lsplt/src/main/jni/include/lsplt.hpp index c3e731d..29e4cb3 100644 --- a/lsplt/src/main/jni/include/lsplt.hpp +++ b/lsplt/src/main/jni/include/lsplt.hpp @@ -5,7 +5,7 @@ #include #include -/// \namespace namespace of LSPlt +/// \namespace lsplt namespace lsplt { inline namespace v1 {