Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit e171b1b

Browse files
author
Morten Christensen
committed
doc fixes
1 parent a2c95c4 commit e171b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# json-schema-js-gui-model
22
Handy framework-agnostic gui model and associated translator that can be used as a basis when constructing
33
dynamic javascript UI forms (in any web framework) from json-schemas. For details, refer to the declared gui
4-
model [here](dist/lib/gui-model.d.ts) and the translator [here](dist/lib/gui-model.mapper.d.ts).
4+
model [here](src/lib/gui-model.ts) and the translator [here](src/lib/gui-model.mapper.ts).
55

66
Clients of this library are themselves responsible for constructing a GUI using
77
the gui model provided by this library. Such UI code will be different depending

0 commit comments

Comments
 (0)