Skip to content

Commit

Permalink
Sync SDK READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
hdkshingala committed Jan 30, 2024
1 parent ccfde95 commit 0c26026
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
8 changes: 6 additions & 2 deletions sdks/aperture-csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@

# C# SDK for FluxNinja Aperture

The C# SDK provides an easy way to integrate your .NET applications with
[FluxNinja Aperture](https://github.com/fluxninja/aperture).
The `aperture-csharp` SDK provides an easy way to integrate your .NET
applications with [FluxNinja Aperture](https://github.com/fluxninja/aperture).
It allows flow control functionality on fine-grained features inside service
code.

Refer [documentation](https://docs.fluxninja.com/sdk/dotnet/) for more details.

## Usage

Expand Down
4 changes: 3 additions & 1 deletion sdks/aperture-go/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Aperture-Go SDK
# Go SDK for FluxNinja Aperture

The `aperture-go` SDK provides an easy way to integrate your go applications
with [FluxNinja Aperture](https://github.com/fluxninja/aperture). It allows flow
control functionality on fine-grained features inside service code.

Refer [documentation](https://docs.fluxninja.com/sdk/go/) for more details.

## Usage

Run the command below to install the SDK:
Expand Down
7 changes: 5 additions & 2 deletions sdks/aperture-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@

# Java SDK for FluxNinja Aperture

The Java SDK provides an easy way to integrate your Java applications with
[FluxNinja Aperture](https://github.com/fluxninja/aperture).
The `aperture-java` SDK provides an easy way to integrate your Java applications
with [FluxNinja Aperture](https://github.com/fluxninja/aperture). It allows flow
control functionality on fine-grained features inside service code.

Refer [documentation](https://docs.fluxninja.com/sdk/java/) for more details.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions sdks/aperture-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</a>
</p>

# Aperture JavaScript SDK
# JavaScript SDK for FluxNinja Aperture

The `aperture-js` SDK provides an easy way to integrate your javascript
The `aperture-js` SDK provides an easy way to integrate your JavaScript
applications with [FluxNinja Aperture](https://github.com/fluxninja/aperture).
It allows flow control functionality on fine-grained features inside service
code.
Expand Down
4 changes: 2 additions & 2 deletions sdks/aperture-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</a>
</p>

# Aperture Python SDK
# Python SDK for FluxNinja Aperture

The `aperture-py` is SDK is an easy way to integrate your python applications
The `aperture-py` SDK provides an easy way to integrate your Python applications
with [FluxNinja Aperture](https://github.com/fluxninja/aperture). It allows flow
control functionality on fine-grained features inside service code.

Expand Down

0 comments on commit 0c26026

Please sign in to comment.