Skip to content

Commit 2a2d69e

Browse files
authored
chore(docs): some simple corrections (#418)
1 parent 5348867 commit 2a2d69e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/getStarted.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ You're a Web Developer and you want to use DB UI Core in your own application. E
88

99
There are multiple options how to use DB UI Core:
1010

11-
* Manually copy the artifacs to your project
11+
* Manually copy the artifacts to your project
1212
* Use npm package
1313
1414
## How to use
15+
1516
Download DB UI Core to get the compiled CSS (and the small parts of JavaScript), source code, or include it with npm package manager (repository on _npmjs.com_ or _yarn_).
1617

17-
Previous to that you would need to have `node.js` installed on your local machine. In case you haven't we recommend installing `node` via [`nvm`](https://github.com/nvm-sh/nvm).
18+
Previous to that you would need to have `node.js` installed on your local machine. In case you haven't we recommend installing `node` via link:https://github.com/nvm-sh/nvm[`nvm`].
1819

1920
### Use _npmjs.com_ or _yarn_ (installing npm package, recommended)
21+
2022
In case you'd like to use DB UI Core as a dependency in your (frontend) build process and you even also care about handling DB UI Core as a dependency (e.g. for updates etc.), you need to install it as a dependency to your project and then link it within your HTML (CSS file) or within your SCSS.
21-
Please have a look into the link:docs/getStarted.adoc[Docs / Get Started] for detailed instructions.
2223

2324
[source,bash]
2425
----
@@ -167,7 +168,7 @@ For Rollup based bundlers like Vite or Parcel we're providing the following SCSS
167168

168169
### Use css files:
169170

170-
If you want to use the compiled CSS directly, you can refence the css files in your index.html like this:
171+
If you want to use the compiled CSS directly, you can reference the css files in your index.html like this:
171172

172173
[source,html]
173174
----

0 commit comments

Comments
 (0)