From 1d85f0257854c493ccbd3b2b1948bd78504174ff Mon Sep 17 00:00:00 2001 From: Pasindu Sandeepa <38062478+PasinduSan@users.noreply.github.com> Date: Sat, 26 Oct 2019 00:33:06 +0530 Subject: [PATCH] README file updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcd568..72d67dd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Welcome everyone to contribute to this project! - [search_commits.py](https://github.com/Henry-Jia/python-tools/blob/master/search_commits.py): a program that returns commits that contain specific words, inspired by a random bot of Instagram - [simple_calculator.py](https://github.com/Henry-Jia/python-tools/blob/master/simple_calculator.py): making a simple calculator which can perform operations like addition, subtraction, multiplication and division - [singly_linked_list.py](https://github.com/Henry-Jia/python-tools/blob/master/singly_linked_list.py): singly linked list with python -- [snake.py](https://github.com/Henry-Jia/python-tools/blob/master/snake.py): a simple snake game +- [snake.py](https://github.com/Henry-Jia/python-tools/blob/master/snake.py): a simple snake game by Henry-Jia - [sort_n_numbers.py](https://github.com/Henry-Jia/python-tools/blob/master/sort_n_numbers.py): a program to sort n numbers - [table_element_statistics_and_deletion.py](https://github.com/Henry-Jia/python-tools/blob/master/table_element_statistics_and_deletion.py): excel table element statistics and deletion - [tic_tac.py](https://github.com/Henry-Jia/python-tools/blob/master/tic_tac.py): Tic Tac Toe Game