require syntax
Open
- Dominant language
- JavaScript
- Stars
- 203
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
In the readme :
```
var Draggable = require ('Draggable');
```
should be :
```
var Draggable = require ('draggable');
```
(in lowercase)
It will not build except on windows with the uppercase D
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the README and find the require syntax example for Draggable. Change the module name in that example to lowercase, then verify that the documented command matches the package name and avoids the case-sensitive build failure described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 30/100