Skip to content

Commit 727d59f

Browse files
authored
Documentation update (#83)
1 parent a5cd6d5 commit 727d59f

23 files changed

+12967
-32
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: release
5151
uses: softprops/action-gh-release@v1
5252
with:
53-
name: JS SDK ${{ env.RELEASE_VERSION }}
53+
name: Fluence JS ${{ env.RELEASE_VERSION }}
5454
tag_name: ${{ env.RELEASE_VERSION }}
5555
body: ${{steps.changelog.outputs.changelog}}
5656
draft: false

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ lerna-debug.log*
99
# Compiled binary addons (https://nodejs.org/api/addons.html)
1010
build/Release
1111
bundle/
12-
docs/
1312

1413
# Dependency directories
1514
node_modules/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Fluence JS SDK
1+
# Fluence JS
22

33
[![npm](https://img.shields.io/npm/v/@fluencelabs/fluence)](https://www.npmjs.com/package/@fluencelabs/fluence)
44

5-
Official SDK providing javascript-based implementation of the Fluence Peer.
5+
Official TypeScript implementation of the Fluence Peer.
66

77
## Getting started
88

9-
To start developing applications with JS SDK refer to the official [gitbook page](https://doc.fluence.dev/docs/js-sdk)
9+
To start developing applications with Fluence JS refer to the official [documentation](https://doc.fluence.dev/docs/js-sdk)
1010

1111
## Contributing
1212

0 commit comments

Comments
 (0)