From 9cc56200d34ac5969b49c9429aa62af6fcfefca5 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Tue, 11 Apr 2023 19:58:56 +0200 Subject: [PATCH] chore: update README.md --- LICENSE | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/LICENSE b/LICENSE index 973e58f..1ec0285 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 Fabio Di Stasio +Copyright (c) 2023 Fabio Di Stasio Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md new file mode 100644 index 0000000..b650273 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Mizar TCP Tester + +![GitHub package.json version](https://img.shields.io/github/package-json/v/fabio286/mizar) ![GitHub](https://img.shields.io/github/license/fabio286/mizar) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Ffabio286%2Fmizar%2Fbadge&style=flat)](https://actions-badge.atrox.dev/fabio286/mizar/goto) [![Plant a Tree](https://raw.githubusercontent.com/Fabio286/treedom-badge/master/svg/plant-a-tree.svg)](https://www.treedom.net/en/user/fabio-di-stasio/event/antares-for-the-planet) + +Mizar is a TCP tester/debugger designed to be immediately useful and intuitive to use right out of the box. +The purpose of Mizar is to help developers working on software that communicates over TCP protocol by speeding up debugging and testing from the earliest stages of development.