From d8aedda029a44684a1b68a661c6550062cb51442 Mon Sep 17 00:00:00 2001 From: Mobius1 Date: Mon, 9 Aug 2021 10:54:55 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 68a628e..dfd260e 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,12 @@ Bulletin supports the following formatting: ~h~ = Bold Text ``` +You can also use HTML for colors: + +```lua +exports.bulletin:Send("I am red and I am yellow") +``` + ## ESX Overrides If you're using `ESX` then you can get `bulletin` to override the notifications by editing the appropriate functions in `es_extended/client/functions.lua`: