diff --git a/LICENSE b/LICENSE index 4f482f9..4d50a46 100755 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Fractal +Copyright (c) 2015 Fractal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index c976ffc..ca42663 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Information - + @@ -35,7 +35,7 @@ Movie = db.model 'Movie' # model definied in ./server/models ``` -goosestrap now supports globbing via [node-glob](https://github.com/isaacs/node-glob): +goosestrap now supports globbing via [node-glob](https://github.com/isaacs/node-glob): ```coffee-script db = goosestrap "mongodb://localhost/mydb", path.resolve "./models/**/*" @@ -46,7 +46,7 @@ db = goosestrap "mongodb://localhost/mydb", path.resolve "./models/**/*" (MIT License) -Copyright (c) 2013 Fractal +Copyright (c) 2015 Fractal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
Packagegoosestrap