update README

This commit is contained in:
Star 2024-10-12 16:55:50 +08:00
parent 3f7488fa69
commit 6467191520

View File

@ -15,7 +15,7 @@ log:
## example
```javascript
import log from 'log'
import log from 'apigo.cc/gojs/log'
log.info('hello world')
log.error('some error', {name: 'abc'})
```