diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-03-28 17:41:29 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-03-30 05:52:39 +0200 |
commit | baf79c033e9a57d1ed3f65841088c63319d289f3 (patch) | |
tree | 72206308ca14b8e1e03a56a2f7f2c19e6b77406b | |
parent | bc925b1da4e1fbe3f8562c2d0070774df06dc045 (diff) | |
download | passt-baf79c033e9a57d1ed3f65841088c63319d289f3.tar passt-baf79c033e9a57d1ed3f65841088c63319d289f3.tar.gz passt-baf79c033e9a57d1ed3f65841088c63319d289f3.tar.bz2 passt-baf79c033e9a57d1ed3f65841088c63319d289f3.tar.lz passt-baf79c033e9a57d1ed3f65841088c63319d289f3.tar.xz passt-baf79c033e9a57d1ed3f65841088c63319d289f3.tar.zst passt-baf79c033e9a57d1ed3f65841088c63319d289f3.zip |
README: Drop red notice about early development phase
Last famous words: it should be tested enough by now.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,11 +1,9 @@ <!--- SPDX-License-Identifier: AGPL-3.0-or-later -Copyright (c) 2021 Red Hat GmbH +Copyright (c) 2021-2022 Red Hat GmbH Author: Stefano Brivio <sbrivio@redhat.com> --> -<span style="font-weight: bold; color: red;">While functional and tested to some extent, this project is still in early development phase: don't use in production or critical environments yet.</span> - <style scoped> .mobile_hide { visibility: hidden; |