Skip to content

Commit

Permalink
Fix mistake in Synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
LLFourn committed Oct 1, 2016
1 parent dc74cd1 commit f4d4dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ multi install-package(RHEL $userland,$pkg) {

# Now at runtime you load particular real class from a node ( or via require )
# The routines will accept them.
my $ubuntu = Userland.load-class; # Userland::Ubuntu
my $ubuntu = Ubuntu.load-class; # Userland::Ubuntu
# or
my $fedora = Userland.new; # Userland::Fedora.new
my $fedora = Fedora.new; # Userland::Fedora.new
# or
my $centos = ( require Userland::CentOS );

Expand Down

0 comments on commit f4d4dd9

Please sign in to comment.