From b8f498d41cd1d98d5deb48b0d67802e31ff45ed9 Mon Sep 17 00:00:00 2001 From: NovusEdge Date: Thu, 30 Dec 2021 23:13:42 -0500 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed0c121..8345f71 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@

- +

# puffgo A simple go package implementing a simple logic-bomb ## _:exclamation: Warning :exclamation:_ -This project is _strictly for educational/research purposes_, any malicious activities that involve use of this repository is not the responsibility of the owner. +This project is _strictly for educational/research purposes_, any malicious activities that involve use of this repository is not the responsibility of the owner. **:zap: Ignore at your own risk! :zap:**. -## Usage: +## Usage To use the types and functions within, simply import: ```go