From 42f132b00dc0040f13f5e9b22c201659972fb522 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Fri, 27 Dec 2024 11:31:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5fd760..88383fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vasco: Discover Hidden Patterns in your Data +# vasco: Maximal Information Coefficient (MIC) Extension for Postgres [![build](https://github.com/Florents-Tselai/vasco/actions/workflows/build.yml/badge.svg)](https://github.com/Florents-Tselai/vasco/actions/workflows/build.yml) ![GitHub Stars](https://img.shields.io/github/stars/Florents-Tselai/vasco) @@ -170,7 +170,7 @@ make install # may need sudo Then in a Postgres session run -``` sql +``` tsql CREATE EXTENSION vasco ```