Skip to content

Commit 4d9ad16

Browse files
committed
Fix README: broken screenshot URL, outdated Webpacker reference, hardcoded version, wrong fork URL
1 parent 68cc6bb commit 4d9ad16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Adds XDSoft's DateTime picker as a `date_time_picker` input for forms, and `date_time_range` for filters.
1010

11-
![ActiveAdminDatetimepicker](https://raw.githubusercontent.com/ActiveAdminPlugins/activeadmin_datetimepicker/master/screen/screen.png "ActiveAdminDatetimepicker")
11+
![ActiveAdminDatetimepicker](https://raw.githubusercontent.com/activeadmin-plugins/active_admin_datetimepicker/master/screen/screen.png "ActiveAdminDatetimepicker")
1212

1313
## Installation
1414

@@ -39,7 +39,7 @@ Add the following line into `app/assets/javascripts/active_admin.js`:
3939
//= require active_admin_datetimepicker
4040
```
4141

42-
##### Using assets via Webpacker (or any other assets bundler) as a NPM module (Yarn package)
42+
##### Using assets via NPM/Yarn
4343

4444
Execute:
4545

@@ -53,7 +53,7 @@ Or add manually to `package.json`:
5353

5454
```
5555
"dependencies": {
56-
"@activeadmin-plugins/active_admin_datetimepicker": "1.0.0"
56+
"@activeadmin-plugins/active_admin_datetimepicker": "latest"
5757
}
5858
```
5959
and execute:
@@ -121,7 +121,7 @@ See [the datetimepicker documentation for more details](http://xdsoft.net/jqplug
121121

122122
## Contributing
123123

124-
1. Fork it ( https://github.com/activeadmin-plugins/activeadmin_datetimepicker/fork )
124+
1. Fork it ( https://github.com/activeadmin-plugins/active_admin_datetimepicker/fork )
125125
2. Create your feature branch (`git checkout -b my-new-feature`)
126126
3. Commit your changes (`git commit -am 'Add some feature'`)
127127
4. Push to the branch (`git push origin my-new-feature`)

0 commit comments

Comments
 (0)