Skip to content

Commit a591472

Browse files
committed
Be consistent about modifier vs modifiers
1 parent 5aae6fd commit a591472

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ There is a few things to know about using this library in its current state:
225225

226226
Simply run:
227227
```
228-
jsonnet modifier-test.jsonnet
228+
jsonnet modifiers-test.jsonnet
229229
```
230230

231231
If it prints `true` it's fine, if it complains with an error we have a problem.

modifier-test.jsonnet modifiers-test.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local m = import 'modifier.libsonnet';
1+
local m = import 'modifiers.libsonnet';
22

33
// Proof-of-concept functionality, something I wouldn't include in the lib, but perhaps expect the user to write
44

File renamed without changes.

0 commit comments

Comments
 (0)