From 0da70a45bb18342e0c8509848aa5be97acf01ff3 Mon Sep 17 00:00:00 2001 From: theodesp <328805+theodesp@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:11:56 +0000 Subject: [PATCH] CTA Starter --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8706c2e..243bbd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Datree

-

A very lovely package. Hooray!

+

A Double-array trie structure

diff --git a/package.json b/package.json index df595f0..a678dc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "datree", - "version": "0.0.0", - "description": "A very lovely package. Hooray!", + "version": "0.0.1", + "description": "A Double-array trie structure", "repository": { "type": "git", "url": "https://github.com/theodesp/datree"