Removed silly stuff from readme.
[forth.jl.git] / README
diff --git a/README b/README
index 3b391bc..ca4de93 100644 (file)
--- a/README
+++ b/README
@@ -20,9 +20,6 @@ Since that time I've added a significant number of core definitions
 and modified some of the others with the eventual aim of F83
 compliance (discussed below).
 
 and modified some of the others with the eventual aim of F83
 compliance (discussed below).
 
-There's quite a lot to say about the implementation, especially due to
-its high-level grounding, but that will have to wait for another time.
-
 Installation
 ------------
 
 Installation
 ------------
 
@@ -30,9 +27,9 @@ forth.jl is not (and probably will never be) a registered julia
 package.  To install it, you will therefore need to use the following
 command from the Julia package manager (accessed using the `]` key):
 
 package.  To install it, you will therefore need to use the following
 command from the Julia package manager (accessed using the `]` key):
 
-    (v1.0) pkg> add git://thelambdalab.xyz/forth.jl.git
+    (v1.8) pkg> add git://thelambdalab.xyz/forth.jl.git
 
 
-Be aware that **forth.jl requires Julia 1.0**.
+Be aware that **forth.jl requires Julia 1.8 or later**.
 
 Usage
 -----
 
 Usage
 -----