Update URL for package
[pubmed.git] / README
diff --git a/README b/README
index c9e1c28ca992300080e824f104f0f9e32f7deb6c..d4d32880382a981746ef486c4537e7d2b1fbdba5 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,10 @@
-This is the Common Lisp PubMed package.
+This is the Common Lisp Entrez package.
 
 This package is written and Copyright (C) 2000-2002 by 
 Kevin M. Rosenberg <kevin@rosenberg.net>
 
 The web site for this package is http://pubmed.kpe.io/
 
-
 Prerequisites
 =============
  - The ASDF system definition facility, available for download at 
@@ -19,17 +18,17 @@ Prerequisites
 Installation
 ============ 
  - Debian:
-     evaluate (require 'pubmed
+     evaluate (require 'entrez
 
  - Other Operating Systems:
-     1. Install the ASDF, KMRCL, and PubMed packages into directories
+     1. Install the ASDF, KMRCL, and Entrez packages into directories
         of your choice.
      2. Load asdf.lisp.
-     3. Push the names of the directories containing the KMRCL and PubMed
+     3. Push the names of the directories containing the KMRCL and Entrez
         files on to the asdf:*central-registry* list.
      2. Load kmrcl.asd from the KMRCL package.
-     3. Load pubmed.asd from the PubMed package.
-     4. Evaluate (asdf:oos 'asdf:load-op 'pubmed).
+     3. Load entrez.asd from the Entrez package.
+     4. Evaluate (asdf:oos 'asdf:load-op 'entrez).
 
 
 USAGE