vweb: mark vweb as deprecated in its README, recommending using veb instead (#22131)

This commit is contained in:
Carlos Esquerdo Bernat 2024-08-30 13:32:44 +02:00 committed by GitHub
parent d89e6df2a1
commit 8ebc288972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
# DEPRECATED see instead [veb](https://github.com/vlang/v/tree/master/vlib/veb)
# vweb - the V Web Server
A simple yet powerful web server with built-in routing, parameter handling, templating, and other