Commit fa9686f529e8fff549f26ffbc52aa6739ab7fead
spelling error
wanderer committed on 7/12/2016, 4:11:43 AMParent: fc6f0a0f0855a69b0137cdf8dd265e6e2fb4e16f
Files changed
README.md | changed |
package.json | changed |
README.md | ||
---|---|---|
@@ -13,10 +13,10 @@ | ||
13 | 13 | clone and run `npm install` |
14 | 14 | |
15 | 15 | # CLONE |
16 | 16 | * [mango](https://github.com/axic/mango) `git clone mango://{repo address}` |
17 | -* [git-ssb](https://github.com/clehner/git-ssb) `git clone ssb://{}` | |
18 | -* git `git clone ` | |
17 | +* [git-ssb](https://github.com/clehner/git-ssb) `git clone ssb://%ffhV6DU5qTXl7+fER4qztY37+/C2/6dsFALkREjb2MU=.sha256` | |
18 | +* git `git clone https://github.com/ethereumjs/ewasm-kernel.git` | |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | 22 | # TESTS |
package.json | ||
---|---|---|
@@ -1,20 +1,20 @@ | ||
1 | 1 | { |
2 | - "name": "ewams-kernal", | |
2 | + "name": "ewasm-kernel", | |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "This is a JS prototype of the eWASM kernal.", |
5 | 5 | "scripts": { |
6 | 6 | "lint": "standard", |
7 | 7 | "test": "node --expose-wasm ./tests/runner.js" |
8 | 8 | }, |
9 | 9 | "repository": { |
10 | 10 | "type": "git", |
11 | - "url": "git+https://github.com/ethereumjs/ethereumjs-account.git" | |
11 | + "url": "git+https://github.com/ethereumjs/ewasm-kernel.git" | |
12 | 12 | }, |
13 | 13 | "bugs": { |
14 | - "url": "https://github.com/ethereumjs/ethereumjs-account/issues" | |
14 | + "url": "https://github.com/ethereumjs/ewasm-kernel/issues" | |
15 | 15 | }, |
16 | - "homepage": "https://github.com/ethereumjs/ethereumjs-account#readme", | |
16 | + "homepage": "https://github.com/ethereumjs/ewasm-kernel", | |
17 | 17 | "keywords": [ |
18 | 18 | "ethereum", |
19 | 19 | "webassebly", |
20 | 20 | "wasm" |
Built with git-ssb-web