Skip to content

Commit 69a9a95

Browse files
committed
Typo
1 parent 192c5a9 commit 69a9a95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
meteor@1.1.5
2-
praxie:flag-sprites@0.0.1
2+
praxie:flag-sprites@1.0.0
33
underscore@1.0.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This service allows you to easily create CSS Sprites for any desired set of flag
66
##Usage
77
Insert a transparent 1x1 pixel image and assign a class flag and flag-<country code>. The country code is in the format ISO 3166-1 alpha-2. For example, the flag of the Czech Republic:
88

9-
<img src="blank.gif" class="flag flag-ua" alt="Czech Republic" />
9+
<img src="blank.gif" class="flag flag-ua" alt="Ukraine" />
1010

1111
[Official webpage](http://flag-sprites.com)

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'praxie:flag-sprites',
3-
version: '0.0.1',
3+
version: '1.0.0',
44
summary: 'CSS Sprite generator for country flags',
55
git: 'https://github.com/Praxie/meteor-flag-sprites.git',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)