From e6a4eed594e89481ac306df02138deac0e3ed79c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 20:25:11 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 987b426..83f124b 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ DynamicPatcher Runtime C++ Editing library. compile .cpps, load and link .objs (or .libs, .dlls), and update functions at runtime. -##demo movie +## demo movie [![DynamicPatcher demo](http://img.youtube.com/vi/rL1LZjrhJbw/0.jpg)](http://www.youtube.com/watch?v=rL1LZjrhJbw) -##detailed description +## detailed description (japanese) http://www.slideshare.net/i-saint/runtime-cediting (japanese) http://i-saint.hatenablog.com/entry/2013/06/06/212515 -##example +## example ```c++ #include // Sleep() #include @@ -65,10 +65,10 @@ int main() // cl /Zi example.cpp && ./example ``` -##license +## license CC BY -##thanks +## thanks DynamicPatcher contains a disassembler (tDisasm) by Matt Conover. [Runtime-Compiled C++](http://runtimecompiledcplusplus.blogspot.com/) [Mhook](http://codefromthe70s.org/mhook23.aspx)