From c94d9283d40168bb40c32a5ddd189016ed0af3c2 Mon Sep 17 00:00:00 2001 From: tynanbe Date: Mon, 11 Sep 2023 20:39:01 -0500 Subject: [PATCH] Rad format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92f7429..c912279 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ end ### JavaScript The `@tensorflow/tfjs` package is a runtime requirement for `argamak`; however, -its import path in the `argamak_ffi.mjs` module might need adjustment, -depending on your use case. It can be used as is in your Node.js project after -running `npm install @tensorflow/tfjs-node` or an equivalent command. +its import path in the `argamak_ffi.mjs` module might need adjustment, depending +on your use case. It can be used as is in your Node.js project after running +`npm install @tensorflow/tfjs-node` or an equivalent command. ## Usage