Add entrez package, not currently working
[pubmed.git] / README
diff --git a/README b/README
index 7334158bedaed9567f89e275be1e1cb2bfccad19..18755e9d51b1dccce5ef01e30f452d2c2751bf86 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-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.b9.com/
+The web site for this package is http://entrez.b9.com/
 
 
 Prerequisites
@@ -19,17 +19,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