Skip to content

Commit ec3a507

Browse files
committed
update /about
1 parent b0458fb commit ec3a507

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://travis-ci.org/dreyman/inpacker"><img src="https://travis-ci.org/dreyman/inpacker.svg?branch=master" /></a>
55
</p>
66

7-
[Inpacker](https://inpacker.herokuapp.com) is an app for downloading images and videos from Instagram.
7+
[Inpacker](https://inpacker.herokuapp.com) is an app for downloading images and videos from instagram.com and 500px.com.
88

99
<p align="center">
1010
<img src="/garbage/overview2.gif" height="480" />

client/src/app/inpacker.module.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import angular from 'angular'
22
import ngRoute from 'angular-route'
33

4-
import icons from './icons/icons.module'
5-
import flow from './flow/flow.module'
4+
import icons from './icons/icons.module'
5+
import flow from './flow/flow.module'
66

77
import 'bootstrap/dist/css/bootstrap.min.css'
88
import 'font-awesome/css/font-awesome.min.css'

client/src/app/templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<about-icon></about-icon>
44
<div class="about-content">
55
<p class="regular-font">
6-
Inpacker is an app for downloading images and videos from Instagram.
6+
Inpacker is an app for downloading images and videos from instagram.com and 500px.com.
77
</p>
88
<p class="regular-font">
99
Source code is available on <a href="https://github.com/dreyman/inpacker" target="_blank">github</a>.

0 commit comments

Comments
 (0)