Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit b7701cc

Browse files
committed
docs; update typo
1 parent 3cd496e commit b7701cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function configure(aurelia) {
1616
aurelia.use
1717
.standardConfiguration()
1818
.developmentLogging()
19-
+ .plugin("aurelia-sortable");
19+
+ .plugin("aurelia-sortablejs");
2020
```
2121
## Aurelia-CLI
2222
Install the package:
@@ -38,7 +38,7 @@ Open up the file ```aurelia_project/aurelia.json``` and add the following in the
3838
},
3939
```
4040
Add the following line to ```src/main.js``` or ```src/main.ts```:
41-
```javascript
41+
```diff
4242
export function configure(aurelia: Aurelia) {
4343
aurelia.use
4444
.standardConfiguration()

0 commit comments

Comments
 (0)