libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Fixing markdown rendering

Open hairyhenderson opened this issue 8 years ago • 1 comments

Just a quick fix so it displays better when rendered in GitHub.

hairyhenderson avatar Aug 03 '17 03:08 hairyhenderson

Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:

$ git clone -b "patch-1" [email protected]:hairyhenderson/libkv.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

GordonTheTurtle avatar Aug 03 '17 03:08 GordonTheTurtle