diff --git a/README.md b/README.md index bf01a2e..c122ee1 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ import Ainize from '@ainize-team/ainize-js'; const Ainize = require('@ainize-team/ainize-js').default; ``` -## Usage - ### Create account You should login to ainize with AI Network account before deploy the container.\ @@ -60,6 +58,7 @@ const ainize = new Ainize(1); ainize.loginWithSigner(); ``` + This feature is supported from AIN Wallet version 2.0.5 or later. ### Using model @@ -104,6 +103,7 @@ CONFIGURATION(JSON) - modelName: The name you want to deploying model. - modelUrl: Inference URL wrapped with ainize-wrapper-server. + +```