From b116da983e3ad9e6f51c50e7cadb0b179fe04f95 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 18 Dec 2022 13:38:10 -0500 Subject: [PATCH] Updated README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 883d468..eaf3c11 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,10 @@ file's dependencies, for instance: ```json { - "dependencies": { - "net.nosial.optslib": "nosial/libs.opts=latest@n64" - } + "name": "net.nosial.optslib", + "version": "1.0.0", + "source_type": "remote", + "source": "nosial/libs.opts=1.0.0@n64" } ```