Skip to content

Commit

Permalink
Fixed a bunch of spelling mistakes
Browse files Browse the repository at this point in the history
😊
  • Loading branch information
scribblemaniac committed May 23, 2016
1 parent 3e98fc5 commit 237320d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDisplayName</key>
<string>Fibonacc</string>
<key>CFBundleExecutable</key>
<string>Fibonnac iClock</string>
<string>Fibonacc iClock</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleIconFile</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Fibonnac iClock
# Fibonacc iClock

![Screenshot](https://raw.githubusercontent.com/scribblemaniac/Fibonnac-iClock/master/Screenshot.png)

Fibonnac iClock is a fibonnaci clock implementation for iOS. This project is based off of [Thiago Sá's implementation](http://tts.eng.br/the-fibonacci-clock/) of [Philippe Chrétien's fibonacci lamp](https://www.kickstarter.com/projects/basbrun/fibonacci-clock-an-open-source-clock-for-nerds-wit). The graphics and exact minute display method in particular come from Mr.Sá so a huge thanks to him! Creating iOS app and design of the internal algorithms was done by scribblemaniac.
Fibonacc iClock is a fibonacci clock implementation for iOS. This project is based off of [Thiago Sá's implementation](http://tts.eng.br/the-fibonacci-clock/) of [Philippe Chrétien's fibonacci lamp](https://www.kickstarter.com/projects/basbrun/fibonacci-clock-an-open-source-clock-for-nerds-wit). The graphics and exact minute display method in particular come from Mr.Sá so a huge thanks to him! Creating iOS app and design of the internal algorithms was done by scribblemaniac.

## How are these squares a clock?

Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SOURCES += \
RESOURCES += \
../resources/resources.qrc

TARGET = "Fibonnac iClock"
TARGET = "Fibonacc iClock"

QMAKE_INFO_PLIST = ../Info.plist

Expand Down

0 comments on commit 237320d

Please sign in to comment.