From 2184c477628838c3ded88c53f6d97a9eef3d1026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20S=C4=99dzik?= Date: Fri, 4 Aug 2023 16:06:46 +0200 Subject: [PATCH] docs: remove unstable API warning from docs --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 531f28c..cbea2dd 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ TypeScript's decorators for writing Playwright based tests. [![npm version](https://badge.fury.io/js/playwright-decorators.svg)](https://www.npmjs.com/package/playwright-decorators) [![package tests](https://github.com/SebastianSedzik/playwright-decorators/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/SebastianSedzik/playwright-decorators/actions/workflows/tests.yml) -> **Warning**: This package is in early development stage. Use it at your own risk. - ## 🌱 Installation ```sh npm i playwright-decorators