Skip to content

Commit a49eaf7

Browse files
committed
fix: webpack config path
1 parent abd847c commit a49eaf7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ If the string to match has accents, it will only match exact matches (case-insen
1919

2020
`npm i -S ultimate-string-replace`
2121

22+
ultimate-string-replace is also published in bower
23+
24+
`bower install ultimate-string-replace`
25+
2226
## Usage
2327

2428
```

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
entry: './ultimate-string-replace.js',
2+
entry: './src/ultimate-string-replace.js',
33
output: {
44
filename: './build/bundle.js',
55
},

0 commit comments

Comments
 (0)