From d69bca2c2b7a37caeedef9d01ff70c97607efb69 Mon Sep 17 00:00:00 2001 From: kolirt Date: Wed, 28 Jun 2023 15:52:36 +0300 Subject: [PATCH] update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 084ebb8..b229294 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ app.mount('#app') ## Basic usage -First, you need to create modal. Instead of SimpleModal, you can implement your own wrapper with your own styles. +First, you need to create modal. Instead of `SimpleModal`, you can implement your own wrapper with your own styles. ```vue