README.md in ncs_mdes-0.2.0 vs README.md in ncs_mdes-0.3.0
- old
+ new
@@ -2,22 +2,26 @@
=========================
This gem provides a consistent computable interface to the National
Children's Study Master Data Element Specification. All of the data it
exposes is derived at runtime from the documents provided by the
-National Children's Study Program Office, which must be available on
-the system where it is running.
+National Children's Study Program Office, which are embedded in the
+distribution package.
Use
---
require 'ncs_navigator/mdes'
require 'pp'
mdes = NcsNavigator::Mdes('1.2')
pp mdes.transmission_tables.collect(&:name)
-For more details see the API documentation, starting with {NcsNavigator::Mdes::Specification}.
+For more details see the API documentation, starting with
+{NcsNavigator::Mdes::Specification}. (If you're not looking at this
+document in the API documentation, try looking at [rubydoc.info][].)
+
+[rubydoc.info]: http://rubydoc.info/github/NUBIC/ncs_mdes/master/frames
### Examine
This gem includes a console for interactively analyzing and randomly
poking at the MDES. It is called `mdes-console`: