Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Oct 14, 2023
1 parent 82bd39e commit a867c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
// example.js
import English from './Contrib/Language files/English.nlf';

console.log(`The code-page for English is ${English.codepage}`);
console.log(`The ID for English is ${English.id}`);
```

## License
Expand Down

0 comments on commit a867c24

Please sign in to comment.