Skip to content

Commit 1da1429

Browse files
authored
Update README.md
1 parent c2cb808 commit 1da1429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a simple benchmark for several javascript frameworks. The benchmarks cre
66

77
## Security advice
88

9-
Currently there are 186 implemenations in this repository. It's of course impossible for me to make a security assessment
9+
Currently there are 186 implementations in this repository. It's of course impossible for me to make a security assessment
1010
for all those implementations. `npm ci` and `npm install` can execute arbitraty commands, so they should be executed only for packages you trust. Consequently I build on a dedicated virtual private linux server such that I don't have to install the packages for all those implemenations on my laptop. There's a prebuild build.zip for each chrome release you can download such that you can avoid installing the packages from all implementations.
1111
(I don't know of any (attempted) case for malicious packages in this repository, so please take it just as a general warning.)
1212

@@ -79,7 +79,7 @@ v20.9.0
7979
```
8080

8181
## 1.2 Downloading the pre-built binaries and starting the server
82-
building all frameworks can be challenging. There's a new way that allows to skip that and just run the benchmark without builiding all implementations.
82+
building all frameworks can be challenging. There's a new way that allows to skip that and just run the benchmark without building all implementations.
8383

8484

8585
Start with checking out a tagged release like that. Pick the release that you want (e.g. chrome 100):

0 commit comments

Comments
 (0)