Skip to content

Commit e369f3d

Browse files
committed
update readme warning
1 parent 217eec8 commit e369f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Easily translate your Gatsby website into multiple languages.
1515

1616
When you build multilingual sites, Google recommends using different URLs for each language version of a page rather than using cookies or browser settings to adjust the content language on the page. [(read more)](https://support.google.com/webmasters/answer/182192?hl=en&ref_topic=2370587)
1717

18-
## :boom: Breaking change since v0.0.27
18+
## :boom: Breaking change since v1.0.0
1919

20-
As of v0.0.28, language JSON resources should be loaded by `gatsby-source-filesystem` plugin and then fetched by GraphQL query. It enables incremental build and hot-reload as language JSON files change.
20+
As of v1.0.0, language JSON resources should be loaded by `gatsby-source-filesystem` plugin and then fetched by GraphQL query. It enables incremental build and hot-reload as language JSON files change.
2121

2222
Users who have loaded language JSON files using `path` option will be affected. Please check configuration example on below.
2323

0 commit comments

Comments
 (0)