From 4475f51ef7b22983c50f5e982459fe77ba4ed8a8 Mon Sep 17 00:00:00 2001 From: degrigis Date: Sun, 17 Dec 2023 17:45:21 -0800 Subject: [PATCH] fix doc Signed-off-by: degrigis --- docs/docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index a7e6428..5582413 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -1,8 +1,8 @@ -# Welcome to greed's documentation! +# 👋🏼 Welcome to greed's documentation! -Welcome to `greed`'s documentation! This documentation is intended to be a quick guide to use greed: our symbolic execution engine for EVM smart contract binaries. +Welcome to greed's documentation! This documentation is intended to be a quick guide to use greed: our symbolic execution engine for EVM smart contract binaries. -If `greed` makes you think of `angr`, is because we are basically from the same research group (UCSB Seclab). -Some of the folks developing `greed` are also `angr`'s contributor, thus, many of the choices in this project are inspired by `angr`. +If greed makes you think of angr, is because we are basically from the same research group (UCSB Seclab). +Some of the folks developing greed are also angr's contributor, thus, many of the choices in this project are inspired by angr.