Skip to content

Commit aeab9f1

Browse files
svenefftingepoyea
authored andcommitted
Added gitpod info (TheAlgorithms#848)
1 parent 9037aba commit aeab9f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# The Algorithms - Python <!-- [![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python) -->
2-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100) &nbsp;
2+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100) &nbsp;
33
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/TheAlgorithms)
44

55

66
### All algorithms implemented in Python (for education)
77

88
These implementations are for learning purposes. They may be efficient than the implementations in the Python standard library.
99

10+
Run, edit and contribute using Gitpod.io a free online dev environment.
11+
12+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
13+
1014
## Contribution Guidelines
1115

1216
* File name should be in camel case.

0 commit comments

Comments
 (0)