Skip to content

Commit 53008d5

Browse files
Updated README.md
1 parent d7b3ff4 commit 53008d5

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
@@ -17,7 +17,7 @@
1717
<img src="https://img.shields.io/pypi/dm/random-profile.svg">
1818
</p>
1919

20-
[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/)
20+
[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/)
2121

2222
## Installation
2323

@@ -32,6 +32,7 @@ conda install random-profile # using anaconda
3232
## Documentation
3333

3434
### As Python Module
35+
You can use the RandomProfile as a module in your python code. You can check the full documentation here.
3536

3637
```python
3738
from random_profile import RandomProfile
@@ -58,6 +59,7 @@ rp.last_name(num=6)
5859
```
5960

6061
### As Command Line Tool
62+
You can also use the RandomProfile as a command line tool. You can check the full documentation here.
6163

6264
```bash
6365
random-profile --help

0 commit comments

Comments
 (0)