From 6708f06a370857a4ce2914d15e40e443938d7c6c Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Mon, 19 Feb 2018 07:34:36 -0600 Subject: [PATCH] Vyper, not Viper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba291fd..140e4ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Serpent is an assembly language that compiles to EVM code that is extended with various high-level features. It can be useful for writing code that requires low-level opcode manipulation as well as access to high-level primitives like the ABI. -**Being a low-level language, Serpent is NOT RECOMMENDED for building applications unless you really really know what you're doing. The creator recommends [Solidity](http://github.com/ethereum/solidity) as a default choice, LLL if you want close-to-the-metal optimizations, or [Viper](http://github.com/ethereum/viper) if you like its features though it is still experimental.** +**Being a low-level language, Serpent is NOT RECOMMENDED for building applications unless you really really know what you're doing. The creator recommends [Solidity](http://github.com/ethereum/solidity) as a default choice, LLL if you want close-to-the-metal optimizations, or [Vyper](http://github.com/ethereum/vyper) if you like its features though it is still experimental.** # Installation: