diff --git a/humblematch/docs/Tutorial.md b/humblematch/docs/Tutorial.md index 5630836..d1465b5 100644 --- a/humblematch/docs/Tutorial.md +++ b/humblematch/docs/Tutorial.md @@ -1,9 +1,3 @@ -Title: HumbleMatch - Go sanitize your type-checking -Date: 2015-06-19 16:56 -Authors: bendtherules -Category: Projects -Tags: HumbleMatch, Launch stuff, Projects -Slug: HumbleMatch_Launch ## Intro diff --git a/readme.md b/readme.md index 3f04447..1e21e44 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,7 @@ Will **Sanitize your type-checks and duck-checks** for you Available at [HumbleMatch@pypi](https://pypi.python.org/pypi/humblematch) +More Docs at [](projects.codesp.in/humblematch) ## What the heck is it? @@ -15,7 +16,6 @@ HumbleMatch is made to *add a zing* to your mundane type-checking and duck-check * Or just *sprinkle some assert* checks to ensure the data is what you expect it to be at any point. * Provide helpful debugging errors, *dont just fail with cryptic errors* -More Docs at projects.codesp.in/humblematch ## Get Running --------------