Skip to content

Commit 7b8e39f

Browse files
committed
docs: Update README
1 parent 191cee9 commit 7b8e39f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# form-generator
1+
# FormGenerator
22

33
A form generator app with Solid - Google Forms but the Solid way.
44

@@ -7,15 +7,15 @@ create form definitions and share them with other users. The generated form defi
77
and can then be used together with a form renderer to render the form.
88

99
Such a form renderer is not part of this repository, but can be found
10-
at [phochste/FormViewer](https://github.com/phochste/FormViewer).
10+
at [SolidLabResearch/FormViewer](https://github.com/SolidLabResearch/FormViewer), [SolidLabResearch/FormRenderer](https://github.com/SolidLabResearch/FormRenderer), or [SolidLabResearch/FormCli](https://github.com/SolidLabResearch/FormCli).
1111

1212
This application functions as the solution for
1313
the [[SolidLabResearch/Challenges#64] Drag & drop form builder app to build a basic RDF form definition](https://github.com/SolidLabResearch/Challenges/issues/64)
1414
challenge which is part of
1515
the [[SolidLabResearch/Challenges#19] Solid basic form builder (Google Forms but the Solid way)](https://github.com/SolidLabResearch/Challenges/issues/19)
1616
scenario.
1717

18-
A live version of this application can be found at [https://formgenerator.smessie.com/](https://formgenerator.smessie.com/).
18+
A live version of this application can be found at [http://solidlabresearch.github.io/FormGenerator/](http://solidlabresearch.github.io/FormGenerator/).
1919

2020
## Prerequisites
2121

@@ -29,7 +29,7 @@ You will need the following things properly installed on your computer.
2929
## Installation
3030

3131
* `git clone <repository-url>` this repository
32-
* `cd form-generator`
32+
* `cd FormGenerator`
3333
* `npm install`
3434

3535
## Running / Development

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "form-generator",
33
"version": "0.0.0",
44
"private": true,
5-
"description": "Small description for form-generator goes here",
6-
"repository": "",
5+
"description": "A form generator app with Solid - Google Forms but the Solid way",
6+
"repository": "https://github.com/SolidLabResearch/FormGenerator",
77
"license": "MIT",
8-
"author": "",
8+
"author": "Ieben Smessaert",
99
"directories": {
1010
"doc": "doc",
1111
"test": "tests"

0 commit comments

Comments
 (0)