From a2243b4fd2648ed06ff1f7ae0883cb88686e9d18 Mon Sep 17 00:00:00 2001 From: "Ryan C. Thompson" Date: Wed, 8 Apr 2015 19:10:02 -0700 Subject: [PATCH] Update the single-file repo example ido-ubiquitous is no longer a single-file repo, so the README needs a new example. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c2122c5c..5cd92f73 100644 --- a/README.md +++ b/README.md @@ -267,17 +267,17 @@ causes the default value shown above to be prepended to the specified file list. ### Example: Single File Repository -[ido-ubiquitous](https://github.com/DarwinAwardWinner/ido-ubiquitous) is a repository that contains two files: +[smex](https://github.com/nonsequitur/smex) is a repository that +contains two files: -* `README.md` -* `ido-ubiquitous.el` +* `README.markdown` +* `smex.el` -Since there is only one `.el` file, this package only needs the `:url` and `:fetcher` specified, +Since there is only one `.el` file, this package only needs the `:url` +and `:fetcher` specified, ```lisp -(ido-ubiquitous - :url "https://github.com/DarwinAwardWinner/ido-ubiquitous.git" - :fetcher git) +(smex :repo "nonsequitur/smex" :fetcher github) ``` ### Example: Multiple Packages in one Repository