diff --git a/assign5/assign5.md b/assign5/assign5.md
index 8ce679d85bc43ff87f534f22d2f9be819384f5ea..7c5c0121f685ee41f0d50e1df1ad024c08018c23 100644
--- a/assign5/assign5.md
+++ b/assign5/assign5.md
@@ -42,11 +42,11 @@ register for the free Spark Plan.
 # Uncomment the next line to define a global platform for your project
 # platform :ios, '9.0'
 
-target 'openTok' do
+target 'assign5' do
   # Comment the next line if you don't want to use dynamic frameworks
   use_frameworks!
 
-  # Pods for openTok
+  # Pods for assign5
   pod 'Firebase/Database'
 end
 ```