README.md in sched-0.1.12 vs README.md in sched-0.1.13
- old
+ new
@@ -1,7 +1,15 @@
-# SCHED*
+# Sched
-Thirt-party Ruby client library for the SCHED* API. See http://sched.org
+Third-party Ruby client library for the [Sched API](https://sched.com/api).
+
+## Usage
+
+```
+require 'sched'
+sched = Sched::Client.new('conference', 'api_key')
+event = sched.event('PANEL4')
+```
## Copyright
Copyright (c) 2010 Manual design. See LICENSE for details.