Skip to content

Commit b8aea08

Browse files
Merge pull request Py-Contributors#34 from BhairuTribrid/dev
Updated README.md
2 parents 9ffed41 + 53008d5 commit b8aea08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<img src="https://img.shields.io/pypi/dm/random-profile.svg">
2020
</p>
2121

22-
[RandomProfile](https://pypi.org/project/random-profile/) is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and and much more. You can check the full documentation here. Check on [Pypi](https://pypi.org/project/random-profile/)
22+
[RandomProfile](https://pypi.org/project/random-profile/) is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and much more. You can check the full documentation here. Check on [Pypi](https://pypi.org/project/random-profile/)
2323

2424
## Installation
2525

@@ -34,6 +34,7 @@ conda install random-profile # using anaconda
3434
## Documentation
3535

3636
### As Python Module
37+
You can use the RandomProfile as a module in your python code. You can check the full documentation here.
3738

3839
```python
3940
from random_profile import RandomProfile
@@ -45,6 +46,7 @@ rp.full_profile(num=10)
4546
for detailed documentation check [here](https://randomprofilegenerator.readthedocs.io/)
4647

4748
### As Command Line Tool
49+
You can also use the RandomProfile as a command line tool. You can check the full documentation here.
4850

4951
```bash
5052
random-profile --help

0 commit comments

Comments
 (0)