Skip to content

Commit

Permalink
Remove needless dot in Ruby http server
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed May 8, 2024
1 parent e745ee4 commit c4ed94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$ ruby --version

# ローカルサーバーを立ち上げる
$ ruby -run -e httpd .
$ ruby -run -e httpd
```

無事に立ち上がったら [`index.html`](https://github.com/coderdojo-japan/dojocon-template.coderdojo.jp/blob/main/index.html) を修正し、[http://localhost:8080/](http://localhost:8080/) にアクセスして修正内容を確認します。
Expand Down

0 comments on commit c4ed94d

Please sign in to comment.