README.rdoc in marshal-structure-1.0 vs README.rdoc in marshal-structure-1.1
- old
+ new
@@ -12,16 +12,16 @@
== SYNOPSIS:
From the command line:
- ruby -rpp -rmarshal-structure \
+ ruby -rpp -rmarshal/structure \
-e 'pp Marshal::Structure.load Marshal.dump "hello"'
Fancier usage:
require 'pp'
- require 'marshal-structure'
+ require 'marshal/structure'
ms = Marshal::Structure.new Marshal.dump %w[hello world]
# print the Marshal stream structure
pp ms.construct