Skip to content

Commit 4b358a1

Browse files
authored
Merge pull request #45 from sbinet/simplify-kernel
Simplify kernel
2 parents 9f17203 + 7df0047 commit 4b358a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Then:
164164
"/Users/<your username>/go/bin/gophernotes",
165165
"{connection_file}"
166166
],
167-
"display_name": "Golang",
167+
"display_name": "Go",
168168
"language": "go",
169169
"name": "go"
170170
}

kernel/kernel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"argv": [
3-
"/go/bin/gophernotes",
3+
"gophernotes",
44
"{connection_file}"
55
],
6-
"display_name": "Golang",
6+
"display_name": "Go",
77
"language": "go",
88
"name": "go"
9-
}
9+
}

0 commit comments

Comments
 (0)