From ac561a46849dcab870f9b84faaeb100a904de89d Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 18 Jul 2018 10:26:47 +1000 Subject: [PATCH] Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e400fc83b..3a1cd1a968 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build Status](https://travis-ci.org/sigp/rust_beacon_chain.svg?branch=master)](https://travis-ci.org/sigp/rust_beacon_chain) A **work-in-progress** implementation of the Ethereum beacon_chain in Rust. -It's named "lighthouse" because they are rusty beacons. It is an implementation of the [Full PoS Casper chain v2](https://notes.ethereum.org/SCIg8AH5SA-O4C1G1LYZHQ?view) spec and is also @@ -12,7 +11,7 @@ largely based upon the ## Usage -Presently this is proof-of-concept with p2p or any expected node functionality. +Presently this is proof-of-concept without p2p or any expected node functionality. You can run the tests like this: ```