From cb448c2dc3593dbfbe1ca47b49193b320115aae5 Mon Sep 17 00:00:00 2001
From: Michael Herman <hermanmu@gmail.com>
Date: Sun, 25 Mar 2018 08:56:49 -0600
Subject: [PATCH] updated readme

---
 LICENSE   | 2 +-
 readme.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
index 2ae0d76..3a6fa11 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2017 realpython
+Copyright (c) 2018 Real Python
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/readme.md b/readme.md
index 59d5c64..78f4a72 100755
--- a/readme.md
+++ b/readme.md
@@ -32,4 +32,5 @@
 1. **30_fullcontact.py**: Call the [FullcContact](https://www.fullcontact.com/developer/) API
 1. **31_youtube_sentiment.py**: Calculate sentiment score from the comments of a Youtube video
 1. **32_stock_scraper.py**: Get stock prices
+1. **33_country_code.py**: Convert country code to country name
 1. **34_git_all_repos.py**: Clone all repositories from a public user or organization on Github. Usage: `python git_all_repos.py users USER_NAME` or `python git_all_repos.py orgs ORG_NAME`