Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
diff --git a/README.md b/README.md
index 6605e09..aaacdbc 100755
--- a/README.md
+++ b/README.md
@@ -140,19 +140,12 @@ The "old school" way is manually add to your project all from [Pickers](/Pickers
 #### For iOS 8 (Objective-C + Swift):
 `open Example.xcworkspace`

-Here is 3 projects:
+Here is 4 projects:

 - **CoreActionSheetPicker** - all picker files combined in one Framework. (available since `iOS 8`)
 - **ActionSheetPicker** - modern and descriptive Obj-C project with many examples.
-- **Swift-Example** - example, written on Swift. (only with basic 3 Pickers examples, for all examples please run `ActionSheetPicker` project)
-
-
-
-#### For iOS 6 and 7:
-Left just for compatability with older versions:
-
-`open Example-for-iOS-7-and-6/ActionSheetPicker.xcodeproj`
-
+- **Swift-Example** - example, written on Swift. (only with basic 3 Pickers examples, for all examples please run `ActionSheetPicker` project)
+- **ActionSheetPicker-iOS6-7** -  iOS 6 and 7 comparable project. or to run only this project `open Example-for-and-6/ActionSheetPicker.xcodeproj`

 ## Screen Shots

@@ -174,6 +167,6 @@ Left just for compatability with older versions:

 ## Credits

-ActionSheetPicker was originally created by [Tim Cinema](http://github.com/TimCinel) ([@TimCinel](http://twitter.com/TimCinel))
+ActionSheetPicker was originally created by [Tim Cinel](http://github.com/TimCinel) ([@TimCinel](http://twitter.com/TimCinel))

 And most of all, thanks to ActionSheetPicker-3.0's [growing list of contributors](https://github.com/skywinder/ActionSheetPicker-3.0/graphs/contributors).
  • Loading branch information
skywinder committed Oct 13, 2014
1 parent 5a244a5 commit b234c16
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,12 @@ The "old school" way is manually add to your project all from [Pickers](/Pickers
#### For iOS 8 (Objective-C + Swift):
`open Example.xcworkspace`

Here is 3 projects:
Here is 4 projects:

- **CoreActionSheetPicker** - all picker files combined in one Framework. (available since `iOS 8`)
- **ActionSheetPicker** - modern and descriptive Obj-C project with many examples.
- **Swift-Example** - example, written on Swift. (only with basic 3 Pickers examples, for all examples please run `ActionSheetPicker` project)



#### For iOS 6 and 7:
Left just for compatability with older versions:

`open Example-for-iOS-7-and-6/ActionSheetPicker.xcodeproj`

- **Swift-Example** - example, written on Swift. (only with basic 3 Pickers examples, for all examples please run `ActionSheetPicker` project)
- **ActionSheetPicker-iOS6-7** - iOS 6 and 7 comparable project. or to run only this project `open Example-for-and-6/ActionSheetPicker.xcodeproj`

## Screen Shots

Expand All @@ -174,6 +167,6 @@ Left just for compatability with older versions:

## Credits

ActionSheetPicker was originally created by [Tim Cinema](http://github.com/TimCinel) ([@TimCinel](http://twitter.com/TimCinel))
ActionSheetPicker was originally created by [Tim Cinel](http://github.com/TimCinel) ([@TimCinel](http://twitter.com/TimCinel))

And most of all, thanks to ActionSheetPicker-3.0's [growing list of contributors](https://github.com/skywinder/ActionSheetPicker-3.0/graphs/contributors).

0 comments on commit b234c16

Please sign in to comment.