From 2f49f4b5a57451dd427aec1208147b47b663bce8 Mon Sep 17 00:00:00 2001 From: Edson Porto da Silva Date: Tue, 9 Nov 2021 18:48:20 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53c568eb..523a9687 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simulate optical communications systems with Python. -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/edsonportosilva/OpticCommpy-public/HEAD?urlpath=lab) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/edsonportosilva/OptiCommpy-public/HEAD?urlpath=lab) ## Available features @@ -15,7 +15,7 @@ Simulate optical communications systems with Python. How can I contribute? --------------------- -If you want to contribute to this project, just implement the feature you want and send me a pull request. If you want to suggest new features or discuss anything related to OpticCommPy, please get in touch with me (edsonporto88@gmail.com). +If you want to contribute to this project, just implement the feature you want and send me a pull request. If you want to suggest new features or discuss anything related to OptiCommPy, please get in touch with me (edsonporto88@gmail.com). Requirements/Dependencies ------------------------- @@ -33,6 +33,6 @@ Installation Clone from github and install as follows:: ``` -$ git clone https://github.com/edsonportosilva/OpticCommPy.git -$ cd OpticCommPy +$ git clone https://github.com/edsonportosilva/OptiCommPy.git +$ cd OptiCommPy $ python setup.py install