You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 21:02:23 UTC

[15/50] meck commit: updated refs/heads/master to 3544aca

Remove heading hyperlinks


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/6f1281d9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/6f1281d9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/6f1281d9

Branch: refs/heads/master
Commit: 6f1281d91e4e1b612a86fb34619acb32e2d9ae6d
Parents: b49cffd
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Feb 2 10:05:37 2017 +0100
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Feb 2 10:05:37 2017 +0100

----------------------------------------------------------------------
 README.md | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/6f1281d9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 96995fe..15548e1 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@ Meck
 
 A mocking library for Erlang.
 
-<a name='features'>
-
 Features
 --------
 
@@ -28,9 +26,6 @@ See what's new in [0.8 Release Notes][1].
     when a crash occurs (disable with option `no_link`)
   * Mocking of sticky modules (using the option `unstick`)
 
-
-<a name='examples'>
-
 Examples
 --------
 Here's an example of using Meck in the Erlang shell:
@@ -142,8 +137,6 @@ ok
 "test"
 ```
 
-<a name='build'>
-
 Build
 -----
 
@@ -175,8 +168,6 @@ Documentation can be generated through the use of the following command:
 make doc
 ```
 
-<a name='install'>
-
 Install
 -------
 
@@ -195,9 +186,6 @@ directory to your Erlang code path or move the Meck folder into your
 release folder and make sure that folder is in your `ERL_LIBS`
 environment variable.
 
-
-<a name='contribute'>
-
 Caveats
 -------