You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/17 18:14:30 UTC

[09/14] examples commit: updated refs/heads/master to 8a630c5

[my-first-couchdb-plugin] remove note about ex-Makefile.dist


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

Branch: refs/heads/master
Commit: c584dc636d445ae0d7ad14540cf55a963770d955
Parents: 4820044
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Oct 7 17:36:01 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Oct 7 17:36:01 2013 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-examples/blob/c584dc63/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bce2124..814ef3b 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Next, install *rebar* from <https://github.com/rebar/rebar>. Rebar is a build to
 
 It doesn’t do much, but you get your first module going. Let’s try to compile it.
 
-`my_first_couchdb_plugin` comes with a `Makefile.dist` that helps you with common tasks. To make your life easier, rename it from `Makefile.dist` to `Makefile`.
+`my_first_couchdb_plugin` comes with a `Makefile` that helps you with common tasks.
 
 To compile your code, simply run: