diff --git a/Gruntfile.js b/Gruntfile.js
index 8b565cb..d80c31f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -42,9 +42,9 @@ module.exports = function(grunt) {
concat: {
dist: {
files: {
- 'dist/jquery.remodal.js': 'src/jquery.remodal.js',
- 'dist/jquery.remodal.css': 'src/jquery.remodal.css',
- 'dist/jquery.remodal-default-theme.css': 'src/jquery.remodal-default-theme.css'
+ 'dist/remodal.js': 'src/remodal.js',
+ 'dist/remodal.css': 'src/remodal.css',
+ 'dist/remodal-default-theme.css': 'src/remodal-default-theme.css'
},
options: {
banner: '<%= meta.banner %>'
@@ -63,10 +63,10 @@ module.exports = function(grunt) {
csscomb: {
all: {
files: {
- 'src/jquery.remodal.css': 'src/jquery.remodal.css',
- 'src/jquery.remodal-default-theme.css': 'src/jquery.remodal-default-theme.css',
- 'dist/jquery.remodal.css': 'dist/jquery.remodal.css',
- 'dist/jquery.remodal-default-theme.css': 'dist/jquery.remodal-default-theme.css'
+ 'src/remodal.css': 'src/remodal.css',
+ 'src/remodal-default-theme.css': 'src/remodal-default-theme.css',
+ 'dist/remodal.css': 'dist/remodal.css',
+ 'dist/remodal-default-theme.css': 'dist/remodal-default-theme.css'
}
}
},
@@ -126,7 +126,7 @@ module.exports = function(grunt) {
uglify: {
remodal: {
files: {
- 'dist/jquery.remodal.min.js': 'src/jquery.remodal.js'
+ 'dist/remodal.min.js': 'src/remodal.js'
}
},
options: {
diff --git a/README.md b/README.md
index 75e7193..f5bcee1 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,15 @@ npm install remodal
bower install remodal
```
-Include the CSS file from the dist folder in the head section:
+Include the CSS files from the dist folder in the head section:
```html
-
+
+
```
Include the JS file from the dist folder before the `