Skip to content

Commit 15a3a3a

Browse files
committed
docs: update README.md
1 parent fd3f27e commit 15a3a3a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
![FreeRasp](https://raw.githubusercontent.com/talsec/Free-RASP-Community/master/visuals/freeRASPforRN.png)
32

43
![GitHub Repo stars](https://img.shields.io/github/stars/talsec/Free-RASP-Community?color=green) ![GitHub](https://img.shields.io/github/license/talsec/Free-RASP-Community) ![GitHub](https://img.shields.io/github/last-commit/talsec/Free-RASP-Community) ![Publisher](https://img.shields.io/pub/publisher/freerasp)
@@ -67,7 +66,7 @@ Learn more about freemium freeRASP features at [GitHub main repository](https://
6766

6867
# Requirements
6968

70-
Following minimal version requirements has to be met
69+
Following minimal version requirements have to be met
7170
in order to run freeRASP in your app:
7271

7372
- `react-native` >= `0.65.3`
@@ -84,11 +83,11 @@ Create a new React Native project:
8483

8584
## Step 1: Install the plugin
8685

87-
$ npm install https://github.com/talsec/Free-RASP-ReactNative.git
86+
$ npm install freerasp-react-native
8887

8988
or
9089

91-
$ yarn add https://github.com/talsec/Free-RASP-ReactNative.git
90+
$ yarn add freerasp-react-native
9291

9392
## Step 2: Set up the dependencies
9493

@@ -252,6 +251,7 @@ android {
252251
```
253252

254253
## Step 6: User Data Policies
254+
255255
See the generic info about freeRASP data collection [here](https://github.com/talsec/Free-RASP-Community/tree/master#data-collection-processing-and-gdpr-compliance).
256256

257257
Google Play [requires](https://support.google.com/googleplay/android-developer/answer/10787469?hl=en) all app publishers to declare how they collect and handle user data for the apps they publish on Google Play. They should inform users properly of the data collected by the apps and how the data is shared and processed. Therefore, Google will reject the apps which do not comply with the policy.
@@ -305,6 +305,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app/
305305
**TIP:** You can try freeRASP and then upgrade easily to an enterprise service.
306306

307307
## Plans Comparison
308+
308309
<i>
309310
freeRASP is freemium software i.e. there is a Fair Usage Policy (FUP) that impose some limitations on the free usage. See the FUP section in the table below
310311
</i>
@@ -435,9 +436,11 @@ freeRASP is freemium software i.e. there is a Fair Usage Policy (FUP) that impos
435436
For further comparison details (and planned features), follow our [discussion](https://github.com/talsec/Free-RASP-Community/discussions/5).
436437

437438
# About Us
438-
Talsec is an academic-based and community-driven mobile security company. We deliver in-App Protection and a User Safety suite for Fintechs. We aim to bridge the gaps between the user's perception of app safety and the strong security requirements of the financial industry.
439+
440+
Talsec is an academic-based and community-driven mobile security company. We deliver in-App Protection and a User Safety suite for Fintechs. We aim to bridge the gaps between the user's perception of app safety and the strong security requirements of the financial industry.
439441

440442
Talsec offers a wide range of security solutions, such as App and API protection SDK, Penetration testing, monitoring services, and the User Safety suite. You can check out offered products at [our web](https://www.talsec.app).
441443

442444
# License
443-
This project is provided as freemium software i.e. there is a fair usage policy that impose some limitations on the free usage. The SDK software consists of opensource and binary part which is property of Talsec. The opensource part is licensed under the MIT License - see the [LICENSE](https://github.com/talsec/Free-RASP-Community/blob/master/LICENSE) file for details.
445+
446+
This project is provided as freemium software i.e. there is a fair usage policy that impose some limitations on the free usage. The SDK software consists of opensource and binary part which is property of Talsec. The opensource part is licensed under the MIT License - see the [LICENSE](https://github.com/talsec/Free-RASP-Community/blob/master/LICENSE) file for details.

0 commit comments

Comments
 (0)