aboutsummaryrefslogtreecommitdiff
path: root/examples/server_demo/README.md
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-01-27 02:24:50 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-01-27 02:24:50 +0000
commitc34d1a0e9003d483752720466def696c30f705c8 (patch)
treeb6e693c3b3d971a9d449daeb461b1a867177ad39 /examples/server_demo/README.md
parent235fcd2ae0229272ebb0927806d301c8b887c1ba (diff)
downloadlustre-c34d1a0e9003d483752720466def696c30f705c8.tar.gz
lustre-c34d1a0e9003d483752720466def696c30f705c8.zip
:construction: Start replacing old test examples with structured examples.
Diffstat (limited to 'examples/server_demo/README.md')
-rw-r--r--examples/server_demo/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/server_demo/README.md b/examples/server_demo/README.md
deleted file mode 100644
index c0d6a2a..0000000
--- a/examples/server_demo/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# server_demo
-
-[![Package Version](https://img.shields.io/hexpm/v/server_demo)](https://hex.pm/packages/server_demo)
-[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/server_demo/)
-
-## Quick start
-
-```sh
-gleam run # Run the project
-gleam test # Run the tests
-gleam shell # Run an Erlang shell
-```
-
-## Installation
-
-If available on Hex this package can be added to your Gleam project:
-
-```sh
-gleam add server_demo
-```
-
-and its documentation can be found at <https://hexdocs.pm/server_demo>.