Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 89fb0c5

Browse files
author
Konstantin Nazarov
committed
Fix a typo in README.md
1 parent cbf493a commit 89fb0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This will install the module to the `.rocks` under your current working director
5858
To report the arena size, you can write the following code:
5959

6060
```lua
61-
prometheus = require(prometheus')
61+
prometheus = require('prometheus')
6262
http = require('http.server')
6363
fiber = require('fiber')
6464

0 commit comments

Comments
 (0)