Skip to content

Commit 277b556

Browse files
author
Mia Steinkirch
authored
Update README.md
1 parent 8e0dbb6 commit 277b556

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Algorithms & Data Structures in Python - Hanbit Media, Inc.
1+
## Algorithms & Data Structures in Python (Book, Hanbit Media, Inc.)
22

3-
* [Download the "e-book" here](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/book/book_second_edition.pdf).
3+
* [Download the e-book here.](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/book/book_second_edition.pdf).
44

55
![](http://i.imgur.com/MJZjABD.png)
66

77

88
---
9-
## Source Code:
9+
### Source Code
1010

1111
src/
1212

@@ -42,7 +42,7 @@ src/
4242

4343

4444
----
45-
## Installation:
45+
## Installation:
4646

4747
The snippets are designed to be used individually. However, If you want to install all fo the libraries in your [virtualenv](https://coderwall.com/p/8-aeka), do this:
4848

@@ -51,7 +51,7 @@ $ pip install -r requirements.txt
5151
```
5252

5353
----
54-
## License
54+
## License
5555

5656
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
5757

0 commit comments

Comments
 (0)