diff --git a/README.md b/README.md index 07948c1..486d36d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Forked from [Yamadacpc's Pyjamas](http://yamadapc.github.io/pyjamas/) ## Example ```d -import pyjamas; +import pijamas; 10.should.equal(10); 5.should.not.equal(10); diff --git a/docs/index.md b/docs/index.md index f9a5926..6d3c64e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ Forked from [Yamadacpc's Pyjamas](http://yamadapc.github.io/pyjamas/) ## Example ```d -import pyjamas; +import pijamas; 10.should.equal(10); 5.should.not.equal(10);