From 0e37bbce0c4314451c4d54173d64257dfae66a2b Mon Sep 17 00:00:00 2001 From: Travis Jerome Goff <99358631+VersoriumX@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:18:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba291fd..043d1fb 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/viper) if you like its features though it is still experimental.** # Installation: