From f13e19197b5dbde50b370d14897ffdf49ed6db96 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Wed, 15 May 2024 21:32:10 -0700 Subject: [PATCH] remove warning --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b98b066..98d557c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # rawproto -> [!CAUTION] -> I am still working on this, and things might change or not work at all - [![tests](https://github.com/konsumer/rawproto/actions/workflows/test.yml/badge.svg)](https://github.com/konsumer/rawproto/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/konsumer/rawproto/graph/badge.svg?token=PBL1G8S4WY)](https://codecov.io/gh/konsumer/rawproto) [![NPM Version](https://img.shields.io/npm/v/rawproto)](https://www.npmjs.com/package/rawproto) Guess structure of protobuf binary from raw data, query binary protobuf without the schema, and output guessed JSON or schema, some CLI utils, and a web tool for exploring raw protobuf.